Glibc might be the gotcha.

>#File_Path_NonText#
> >#nontexturlpath#

>From the application.cfm

<cfif (OSNAME is "UNIX")>
        <cfset theslash = "/">
        <cfset baseDirectory = replace(baseDirectory, "\", "/", "all")>
        <cfset datafilesdirectory = "#baseDirectory#datafiles#theslash#">
        <cfset File_Path = "#datafilesdirectory#text#theslash#">
        <cfset File_Path_NonText = "#datafilesdirectory#nontext#theslash#">


<cflock scope="server" timeout="30" type="Exclusive">
<cfif (#AppProdVer# NEQ "5, 0, 0, 0")>
        <cfset File_Collection = "test_file_neo">
        <cfset File_Collection_NonText = "test_file_nontext_neo">
        <cfset DB_Collection = "test_db_neo">

etc... it's a testing application we use in house. I could start posting templates all 
day long. :(

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -----Original Message-----
> From: Steve Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 1:23 PM
> To: CF-Linux
> Subject: RE: Verity not working on CFMX Linux -Test results
> 
> >[root@shockwave root]# uname -a
> >Linux shockwave 2.4.18-3smp #1 SMP Thu Apr 18 07:27:31 EDT 2002 i686
> unknown
> 
> mine says:
> Linux master.aes.org 2.4.18 #3 SMP Fri Jul 26 16:27:29 MDT 2002 i686
> unknown
> 
> but i don't know enough about linux kernels to know what the difference is.
> 
> >[root@shockwave root]# rpm --query glibc
> >glibc-2.2.5-34
> 
> this could be it - i'm running "glibc-2.2.5-36".
> 
> >#File_Path_NonText#
> >#nontexturlpath#
> 
> what do these two variables evaluate to on your system?
> 
> steve
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to