php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17199 fail compile apache + php + openldap
Submitted: 2002-05-14 02:45 UTC Modified: 2002-09-11 11:06 UTC
From: kenny at cpcnet-hk dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.1.2 OS: solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kenny at cpcnet-hk dot com
New email:
PHP Version: OS:

 

 [2002-05-14 02:45 UTC] kenny at cpcnet-hk dot com
When I complie php(4.1.2) + openldap (2.0.23)

./configure --with-apache=../apache_1.3.22 --enable-track-vars --enable-force-cgi-redirect --with-ldap
=/opt/apache/openldap-2.0.23

make 

make install

It is fine.

But when I complie apache (1.3.22)

./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a

make

The following error occured:


Undefined                       first referenced
 symbol                             in file
ldap_first_reference                modules/php4/libphp4.a(ldap.o)
ldap_count_values_len               modules/php4/libphp4.a(ldap.o)
ldap_memfree                        modules/php4/libphp4.a(ldap.o)
ldap_get_dn                         modules/php4/libphp4.a(ldap.o)
.
.
.
ldap_next_entry                     modules/php4/libphp4.a(ldap.o)
ldap_get_values                     modules/php4/libphp4.a(ldap.o)
ldap_count_entries                  modules/php4/libphp4.a(ldap.o)
ld: fatal: Symbol referencing errors. No output written to httpsd
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/opt/apache/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/opt/apache/apache_1.3.22'
make: *** [build] Error 2

Pls help to fix the problem. Thx

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-13 16:37 UTC] sniper@php.net
Please try this snapshot:

http://snaps.php.net/php4-latest.tar.gz

 [2002-09-11 11:06 UTC] sniper@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 03:01:27 2024 UTC