Re: [PHP] What Directory Does --with-java Option Need???

2003-11-13 Thread Rhugga
It claimed to not find what it was looking for when I try those options. ?? -CC Jonathan Villa wrote: Try simply --with-java=/usr/j2sdk1.4.2_01/ or you can even try --with-java=/usr/j2sdk1.4.2_01/bin On Thu, 2003-11-13 at 11:29, Rhugga wrote: I am using Sun's j2sdk1.4.2_01 install

[PHP] What Directory Does --with-java Option Need???

2003-11-13 Thread Rhugga
I am using Sun's j2sdk1.4.2_01 installed as /usr/j2sdk1.4.2. What directory do I use in the configure process? This is a Solaris 9 system. I have tried: --with-java=/usr/j2sdk1.4.2_01/lib --with-java=/usr/j2sdk1.4.2_01/jre/lib/sparc/ Thanks for any help, CC -- PHP General Mailing List (http://www

[PHP] Are These Failed Tests Okay To Ignore on Solaris 9?

2003-11-13 Thread Rhugga
Output of make test: = TIME END 2003-11-13 08:15:41 = TEST RESULT SUMMARY - Exts skipped:

Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
I finally got it built. I had to add --with-gnu-ld at first, then it had problems with ncurses support so I removed that. (Not sure what ncurses support gives me anyway???) Anyway, here is the configure command I used: ./configure --disable-static --x-libraries=/usr/openwin/lib --with-apxs2=/

Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
Sorry about that, I meant I using gcc 3.3, using /usr/ccs/bin/as and /usr/ccs/bin/ld. -Chuck Lucas Lain wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 which version of gcc are you using...? On Wednesday 12 November 2003 21:10, Rhugga wrote: I am having an odd problem building php-4-3.2

Re: [PHP] Problem building on Solaris 9....

2003-11-13 Thread Rhugga
Lucas Lain wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 which version of gcc are you using...? On Wednesday 12 November 2003 21:10, Rhugga wrote: I am having an odd problem building php-4-3.2 on a Solaris 9 box. I built it fine several weeks ago w/o oracle support (oracle is installed

[PHP] Problem building on Solaris 9....

2003-11-12 Thread Rhugga
I am having an odd problem building php-4-3.2 on a Solaris 9 box. I built it fine several weeks ago w/o oracle support (oracle is installed and working fine). I now need to add oracle support so I went into the exact same source tree and deleted config.cache and then reconfigured with this comma