php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16731 libphp4.so: undefined symbol: pam_start
Submitted: 2002-04-22 10:59 UTC Modified: 2002-04-22 17:19 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: gentoo at dospins dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.2 OS: Linux Gentoo 1.1a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gentoo at dospins dot com
New email:
PHP Version: OS:

 

 [2002-04-22 10:59 UTC] gentoo at dospins dot com
After compiling php every time I start apache they gives me this error:

Cannot load /etc/apache/extramodules/libphp4.so into server: /etc/apache/extramo
dules/libphp4.so: undefined symbol: pam_start

options:     
--prefix=/usr \
--with-gd \
--with-gmp \
--with-ttf \
--enable-ftp \
--with-t1lib \
--enable-dbase \
--with-zlib=yes \
--enable-bcmath \
--enable-sysvsem \
--enable-sysvshm \
--enable-calendar \
--enable-trans-sid \
--enable-safe-mode \
--enable-versioning \
--enable-track-vars \
--with-png-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--enable-inline-optimization \
--with-apxs="/usr/sbin/apxs -ltiff" \
--with-exec-dir="/usr/lib/apache/bin" \
--with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` \
--witout-readline
--without-t1lib
--with-pam
--without-gettext
--with-gdbm=/usr
--with-db3=/usr
--with-pgsql=/usr
--with-imap
--with-imap-ssl
--with-sablot=/usr
--with-mcrypt
--with-mhash
--with-java=${JDK_HOME}

Here the dependencies installed with php:

mhash-0.8.9
ncurses-5.2-r5
gcc-2.95.3-r5
expat-1.95.2
sablotron-0.90
libtool-1.4.1-r6
m4-1.4p
gmp-3.1.1-r1
t1lib-1.3
libmcrypt-2.4.19
jpeg-6b-r2
java-config-0.2.2
blackdown-jdk-1.3.1-r4
mm-1.1.3
apache-1.3.24-r1
freetype-1.3.1-r3
uw-imap-2001a-r1
libgd-1.8.3-r5
php-4.1.2-r7


Any help will be appreciate !

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-22 11:14 UTC] sniper@php.net
Please search your config.log for pam. There should
be some info why the -lpam is not added to the LIBS.

 [2002-04-22 17:19 UTC] gentoo at dospins dot com
It's the -lhpi from java support that breaks pam.
I revise the ebuild for blackdown-jre package and inform the maintainer that libhpi.so path isn't added to /etc/ld.so.conf

Without your light I'm in the dark !!!
Thanks a lot !!!!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC