php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8905 libcore 4 library not found
Submitted: 2001-01-25 08:59 UTC Modified: 2001-02-15 19:59 UTC
From: toger at e-laser dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: AIX 4.3.3
Private report: No CVE-ID: None
 [2001-01-25 08:59 UTC] toger at e-laser dot fr
I m trying to install apache + php4 + oci support for oracle 8.1.5 + ldap support + imap support on AIX4.3.3
I succeed configuring php4..but in config.log , i just have one error..and that make the apache configuration fails (when i try apache# ./configure --activate-module=src/modules/php4/libphp4.module )


I don't know where it comes from, if it s from imap support or sthg else..

Below the debug.log :

"debug.log" 16 lines, 1394 characters 
CONFIGURE:   './configure' '--without-mysql' '--with-apache=../apache_1.3.14' '--enable-track-vars' '--with-oci8=/home/oracle8/OraHo
me1' '--with-mod_charset' '--with-force-cgi-redirect' '--enable-session' '--enable-yp' '--enable-versionning' '--enable-trans-sid' '
--with-imap=../imap' '--with-ldap=../openldap-1.2.11' '--enable-sigchild'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES:    -I/applis/compil/apache_1.3.14/src/include -I/applis/compil/apache_1.3.14/src/os/unix  -I$(top_builddir)/Zend -I/applis
/compil/imap/c-client -I/applis/compil/openldap-1.2.11/include -I/home/oracle8/OraHome1/rdbms/demo -I/home/oracle8/OraHome1/network/
public -I/home/oracle8/OraHome1/plsql/public
LDFLAGS:     -L/applis/compil/imap/c-client -L/applis/compil/imap/c-client -L/home/oracle8/OraHome1/lib -L/home/oracle8/OraHome1/lib
LIBS:       -lclntsh -lpsa -lcore4 -lnlsrtl3 -lld -lbsd_r -lsvld -lm -lodm -lbind -lm -ldl -lcrypt
DLIBS:      -lc-client
SAPI:       apache
PHP_RPATHS:  /applis/compil/imap/c-client /home/oracle8/OraHome1/lib
uname -a:   AIX calypso 3 4 0041704A4C00

gcc -o conftest -g -O2   -L/applis/compil/imap/c-client -L/applis/compil/imap/c-client -L/home/oracle8/OraHome1/lib -L/home/oracle8/
OraHome1/lib conftest.c -lclntsh -lpsa -lcore4 -lnlsrtl3 -lld -lbsd_r -lsvld -lm -lodm -lbind -lm -ldl -lcrypt  1>&5
collect2: Library libcore4 not found
~
Tanks for your support
Tony

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-15 19:59 UTC] sniper@php.net
This should be fixed in CVS now. Please try the latest CVS snapshot from
http://snaps.php.net/ and reopen this bug report if it doesn't work as expected.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC