Re: [PHP] 4.2.3 compile problem on OSX

2002-11-05 Thread Charles Wiltgen
Kristopher Yates wrote...

 I'm trying to compile PHP4.2.3 for Mac OSX 10.2 (Jaguar).  Has anyone else had
 this problem (see below)?

Yes, seemingly.  You can get 4.2.3 at http://www.entropy.ch/software/
macosx/php/, and this page also comments on build problems and build
instructions on the Stepwise site.

Mac OS X also comes with PHP pre-installed, although I'm not sure what
version. 

--
Charles Wiltgen

PlaybackTime
http://PlaybackTime.com/

- Great new QuickTime 6 book
- Even pirates need parrots
- Nokia's 6 new phones: All color, all MMS
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] 4.2.3 compile problem on OSX

2002-11-05 Thread Dale Schell
I had the same problems with 4.2.3. I was able to successfully compile
4.3.0-pre1 with little problems.

Dale

On 11/4/02 4:12 PM, Kristopher Yates [EMAIL PROTECTED] wrote:

 Hello,
 
 I'm trying to compile PHP4.2.3 for Mac OSX 10.2 (Jaguar).  Has anyone
 else had this problem (see below)?
 
 
 ./configure --with-apxs=/usr/sbin/apxs
 make
 
 ld: multiple definitions of symbol _virtual_stat
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_stat
 in sectio
 n (__TEXT,__text)
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_stat
 in sectio
 n (__TEXT,__text)
 ld: multiple definitions of symbol _virtual_unlink
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_unlink
 in sect
 ion (__TEXT,__text)
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_unlink
 in sect
 ion (__TEXT,__text)
 ld: multiple definitions of symbol _virtual_utime
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime
 in secti
 on (__TEXT,__text)
 TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime
 in secti
 on (__TEXT,__text)
 /usr/bin/libtool: internal link edit command failed
 make[1]: *** [libphp4.la] Error 1
 make: *** [all-recursive] Error 1
 
 Forgive my ignorance but HUH?  WTF?
 
 I have done this countless times on i386 boxes under RedHat and FreeBSD.
 Unfortunately, I have never encountered this problem before.
 
 Just FYI, before attempting to compile/install PHP, I successfully
 compiled/installed Apache 1.3.27,
 which seems to work as expected.  I also upgraded to the latest Apple
 Developers Kit, and related update
 patches.
 
 Any ideas?
 
 Thanks,
 
 Kris
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] 4.2.3 compile problem on OSX

2002-11-04 Thread Kristopher Yates
Hello,

I'm trying to compile PHP4.2.3 for Mac OSX 10.2 (Jaguar).  Has anyone 
else had this problem (see below)?


./configure --with-apxs=/usr/sbin/apxs
make

ld: multiple definitions of symbol _virtual_stat
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_stat 
in sectio
n (__TEXT,__text)
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_stat 
in sectio
n (__TEXT,__text)
ld: multiple definitions of symbol _virtual_unlink
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_unlink 
in sect
ion (__TEXT,__text)
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_unlink 
in sect
ion (__TEXT,__text)
ld: multiple definitions of symbol _virtual_utime
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime 
in secti
on (__TEXT,__text)
TSRM/.libs/libtsrm.al(tsrm_virtual_cwd.lo) definition of _virtual_utime 
in secti
on (__TEXT,__text)
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libphp4.la] Error 1
make: *** [all-recursive] Error 1

Forgive my ignorance but HUH?  WTF?

I have done this countless times on i386 boxes under RedHat and FreeBSD.
Unfortunately, I have never encountered this problem before.

Just FYI, before attempting to compile/install PHP, I successfully 
compiled/installed Apache 1.3.27,
which seems to work as expected.  I also upgraded to the latest Apple 
Developers Kit, and related update
patches.

Any ideas?

Thanks,

Kris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php