You should modify the account that ColdFusion runs under by using a text
editor to change the CFUser value in the cf.registry file located in
/opt/coldfusion/registry.

Debbie

> -----Original Message-----
> From: Camden Spiller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 14, 2001 4:57 PM
> To: CF-Linux
> Subject: Re: Using MERANT oracle 8 client under linux [resolved]
>
>
> Would it be better just to create a new user "cfuser" and run cf like that
> by adding a line to the start script like:
> CFUSER=cfuser
> ?
>
> Camden
>
> ----- Original Message -----
> From: "Matt Liotta" <[EMAIL PROTECTED]>
> To: "CF-Linux" <[EMAIL PROTECTED]>
> Sent: Wednesday, February 14, 2001 2:12 PM
> Subject: RE: Using MERANT oracle 8 client under linux [resolved]
>
>
> > I would highly recommend against running Cold Fusion as nobody.
> >
> > -Matt
> >
> > > -----Original Message-----
> > > From: Camden Spiller [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, February 14, 2001 10:39 AM
> > > To: CF-Linux
> > > Subject: Re: Using MERANT oracle 8 client under linux [resolved]
> > >
> > >
> > > That fixed it for me. Chris, Hopefully it will work for you as well.
> > >
> > > Here is the revised step 8:
> > >
> > >
> > > 8) Test it
> > >
> > > Bring your test page up in the browser like:
> > > http://www.yoursite.com/oracle_test.cfm
> > >
> > > If you get an error like this:
> > >
> > > ODBC Error Code = IM003 (Specified driver could not be loaded)
> > >
> > > Try typing changing the permission on the oracle home
> > > directory to 755 and
> > > give the test page another try.
> > >
> > > If CF is still unable to load the ODBC driver, it boils down
> > > to the library
> > > search path or client library filename.
> > >
> > > Set your LD_LIBRARY_PATH and try using the ldd command on the
> > > Oracle driver:
> > > ldd /opt/coldfusion/lib/CFor815.so
> > >
> > > Note the libclntsh.so library it is looking for and make sure
> > > the ColdFusion
> > > user (nobody?) can access the Oracle directories.
> > >
> > > Now you should be able to bring up your test cfm page and see
> > > the results of
> > > your test query! Congratulations!
> > >
> > > Camden
> > >
> > > ----- Original Message -----
> > > From: "Tom Jordahl" <[EMAIL PROTECTED]>
> > > To: "CF-Linux" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, February 14, 2001 10:25 AM
> > > Subject: Re: Using MERANT oracle 8 client under linux
> > >
> > >
> > > > If CF is unable to load the ODBC driver, it always boils down to the
> > > > library search path or client library filename.
> > > >
> > > > Set your LD_LIBRARY_PATH and try using the ldd command on the Oracle
> > > > driver: ldd /opt/coldfusion/lib/CFor815.so
> > > >
> > > > Note the libclntsh.so library it is looking for and make sure the
> > > > ColdFusion user (nobody?) can access the Oracle directories.
> > > >
> > > > --
> > > > Tom Jordahl
> > > > Allaire Development
> > >
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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