Skip to Content.
Sympa Menu

freetds - LIBPHP_4's UNCOMPRESS ERROR

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Philo Bonianga" <philo AT galaxy.ocn.ne.jp>
  • To: "FREETDS-DEV-GROUP" <freetds AT franklin.oit.unc.edu>
  • Subject: LIBPHP_4's UNCOMPRESS ERROR
  • Date: Mon, 15 Oct 2001 15:24:52 +0900

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. 
 
 
 
 
 



Archive powered by MHonArc 2.6.24.

Top of Page