Click to See Complete Forum and Search --> : aix oracle configure


Anon
03-06-2002, 04:34 AM
Hello,

probably anybody else had this problem before
and can help me.

My config is php 3.0.18 aix 4.2.1 oracle 7.3.4 apache 1.3.23

$ORACLE_HOME is set.

If I start to run ./configure --with-apache=../$APACHE_DIR \
--with-oracle=$ORACLE_HOME \

it comes up with the following error:

checking whether to include POSIX support... yes
checking whether to include GNU recode support... no
checking whether to enable dmalloc support... no
checking for __dn_skipname in -lbind... (cached) no
creating ./config.status
creating Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating build-defs.h
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating stamp-h
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating libphp3.module
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating extra/gd/bdf2gdfont
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating regex/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating pcrelib/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating dbase/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 -lm -lld -lm cannot be parsed.
creating config.h

Any ideas (links, suggestions)?

regards
Heiko Schmidt

Anon
03-06-2002, 08:13 AM
I am not certain, but would guess one of the following:
1) "%@ORACLE_SHLIBS@%" is either not set, or set incorrectly
2) There may be a space missing "@%" and "-lclient"
3) The "Function s" should be something other than that (like a *nix or sed command).

-- Michael
Darkstreak Computing & Innovations
www.darkstreak.com

Anon
03-07-2002, 05:47 AM
The problem is that all above comes out of the configure script. Should I start to change certain lines in the script or is it only an
environment problem ?

I changed the part in the configure script
concerning the orcale libs. The result was a space like described in 2.) and did some output
in that section to see the values of ORACLE_SHLIBS and it looks fine.

Still not creating a make :-)

Is there probably a fixed version of the configure script or how looks a perfect enviroment under the aix box ....

-Heiko

Anon
03-07-2002, 08:28 AM
You wrote:
>The problem is that all above comes out of the configure script.

If you think it really is a bug rather than just a typo in your environment settings, then file a bug report (bugs.php.net) on it so that someone else doesn't have to go through the situation you did.

-- Michael
Darkstreak Computing & Innovations
www.darkstreak.com