Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Install Apache/PHP/OCI8 under AIX - need help

427480Aug 11 2004 — edited Feb 16 2005
AIX 5.2
Apache 1.3.31 or 2.0.50.
PHP 4.2.3 - PHP 5.0.0

I have apache already installed and working.
I've tried both apache 1 and apache 2, all php vers from 4.2.3 to 5.0.0.

aixstar root /usr/httpd/bin > ./httpd -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
mod_setenvif.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_so.c

./configure --with-apxs=/usr/httpd/bin/apxs
with-oci8 enable-ftp
enable-sigchild disable-libxml
Works fine, without displaying any errors.

make returns this:
cc: 1501-218 file Zend/zend_qsort.lo contains an incorrect file suffix
cc: 1501-218 file Zend/zend_multibyte.lo contains an incorrect file
suffix
cc: 1501-218 file Zend/zend_execute.lo contains an incorrect file
suffix
cc: 1501-218 file sapi/cli/php_cli.lo contains an incorrect file
suffix
cc: 1501-218 file sapi/cli/getopt.lo contains an incorrect file suffix
cc: 1501-218 file main/internal_functions_cli.lo contains an incorrect
file suffix
[...]

ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorAlloc
ld: 0711-317 ERROR: Undefined symbol: .OCIEnvInit
ld: 0711-317 ERROR: Undefined symbol: .OCIHandleAlloc
ld: 0711-317 ERROR: Undefined symbol: .OCICollTrim
ld: 0711-317 ERROR: Undefined symbol: .OCICollMax

ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
make: 1254-004 The error code from the last command is 8.

Stop.
(this is only a small part of whole statement)
Why is this happening??

Regards.
Michal Czerniak
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2005
Added on Aug 11 2004
4 comments
1,771 views