LIBPHP_4's UNCOMPRESS ERROR

Philo Bonianga philo at galaxy.ocn.ne.jp
Mon Oct 15 02:24:52 EDT 2001


Hello everybody,

I am ving more detail about what happens with my "UNCOMPRESS ERROR":
OS: LINUX REDHAT7.0
I already compiled the recent mod-ssl with apache_1.3.20, 
so that all I do is just to recompile the apache again and again...

(logged as root)
compile for freetds-0.51 ( symlink with freetds): 

$./configure --prefix=/usr/local/freetds  with-tdsver=7.0 --enable-dbmfix
$gmake
$gmake install

export SYBASE=/usr/local/freetds
export  tdsver=70
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$SYBASE/lib

Later into the apache httpd.conf:

setEnv SYBASE /usr/local/freetds
Adds into ld.so.conf to allow loading the "libsybdb.so" file

compile for apache( First: apachectl  stop)

$./configure --prefix=/usr/local/apache_1.3.20 --enable-module=so 
--enable-module=most --enable-shared=max

$make

$make install

Everything is OK

compile for php (3 occurences changed from dbopen to tdsdbopen in a file):

$./configure --prefix=/usr/local/php-4.0.6 --with-mysql --with-mssql =
/usr/local/freetds --with-apxs=/usr/local/apache_1.3.20/bin/apxs 
$make
$make install

EVERYTHING is OK

Necessary modifications done into httpd.conf file:
setEnv SYBASE /usr/local/freetds
AddType ... (for php)


When I try to start the apache there is an Error:
"
$./bin/apachectl start    
httpd started
$./bin/apachectl stop
httpd stopped
$./bin/apachectl startssl

Syntax error on line 239 of /usr/local/apache_1.3.20/conf/httpd.conf:
Cannot load /usr/local/apache_1.3.20/libexec/libphp4.so into server:
undefined symbol : uncompress
 ./bin/apachectl startssl: httpd couldnot start
 
"

==> DO you understand something is that: the line 239 in the httpd.conf is 
the one that loads libexec/libphp_4.so.

Thanks in advance for any kind of hints and help

Philo B. 


 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ibiblio.org/pipermail/freetds/attachments/20011015/77f810f2/attachment.html 


More information about the FreeTDS mailing list