[mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Sebastian E. Ovide
Hi All, everything is working find from shell. I register the Oracle libraries with ldconfig, I have even created a cgi that set the LD_LIBRARY_PATH [...@mapserver-fc14 cgi-bin]$ cat test.sh #!/bin/sh export ORACLE_HOME=/home/gis/libs/instantclient_11_2/ export LD_LIBRARY_PATH=/home/gis/libs/inst

Re: [mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Daniel Morissette
Does the file /home/gis/libs/instantclient_11_2/libclntsh.so.11.1 exist and is the full path to its location reachable by the user running the Apache server? i.e. check the permissions on all subdirs, especially /home/gis which is likely to have access restrictions by default. Sebastian E. Ovide

Re: [mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Ivan Lucena
Sebastian, > ---Original Message--- > From: Sebastian E. Ovide > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] Mapserver + OCI error while loading shared > libraries from Apache ? > Sent: Nov 18 '10 11:54 > > Hi All, > >

Re: [mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Smith, Michael D ERDC-CRREL-NH
; ---Original Message--- >> From: Sebastian E. Ovide >> To: mapserver-users@lists.osgeo.org >> Subject: [mapserver-users] Mapserver + OCI error while loading shared >> libraries from Apache ? >> Sent: Nov 18 '10 11:54 >> >> Hi All,

Re: [mapserver-users] Mapserver + OCI error while loading shared libraries from Apache ?

2010-11-18 Thread Sebastian E. Ovide
you are right... the problem was that in Fedora the homes have access restrictions by default ... thanks On Thu, Nov 18, 2010 at 5:00 PM, Daniel Morissette wrote: > Does the file /home/gis/libs/instantclient_11_2/libclntsh.so.11.1 exist > and is the full path to its location reachable by the us