[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Problem making apache in RaQ2
- Subject: [cobalt-developers] Problem making apache in RaQ2
- From: "Jose Rojas" <jrojas@xxxxxxxxxxxxx>
- Date: Mon Oct 20 09:02:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi all,
I am installing apache-php-mysql bundle to a RaQ2 Cobalt. MySql, PHP went
through but at the time of making apache 1.3.28 it shows the messages:
-lresolv -lm -ldl -lnsl -lcrypt -lcrypt -lm -lcrypt -lndbm -ldb -ldl
modules/extra/libextra.a(mod_auth_pam.o): In function `pam_auth_basic_user':
mod_auth_pam.c(.text+0x5f8): undefined reference to `pam_start'
mod_auth_pam.c(.text+0x628): undefined reference to `pam_strerror'
mod_auth_pam.c(.text+0x674): undefined reference to `pam_fail_delay'
mod_auth_pam.c(.text+0x690): undefined reference to `pam_authenticate'
mod_auth_pam.c(.text+0x6c0): undefined reference to `pam_strerror'
mod_auth_pam.c(.text+0x728): undefined reference to `pam_end'
mod_auth_pam.c(.text+0x754): undefined reference to `pam_end'
mod_auth_pam.c(.text+0x790): undefined reference to `pam_acct_mgmt'
mod_auth_pam.c(.text+0x7c0): undefined reference to `pam_strerror'
mod_auth_pam.c(.text+0x800): undefined reference to `pam_end'
mod_auth_pam.c(.text+0x824): undefined reference to `pam_end'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/tmp/apache_1.3.28/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/tmp/apache_1.3.28'
make: *** [build] Error 2
Part of the installation, included to activate module mod_auth_pam.c in the
configuration. What could be wrong?
Thanks