Just for the record, I was able to compile and install PHP 5, Beta 2 to Fedora Core 1, using (nearly) the same configure options as the Fedora version of php 4.3.3, with only one major issue: the configure script issued a 'sanity check error' while checking net-snmp support. I'm sure I have the right libraries installed, but it consistently errored out, on net-snmp, so I removed the '--with-snmp=shared,/usr' configure line. That allowed configure to succeed.
Now all I need to do is use PHP5. Which I definitely plan to.
On Fri, Nov 28, 2003 at 06:45:49PM -0500, Robert L Cochran wrote:
Just for the record, I was able to compile and install PHP 5, Beta 2 to Fedora Core 1, using (nearly) the same configure options as the Fedora version of php 4.3.3, with only one major issue: the configure script issued a 'sanity check error' while checking net-snmp support. I'm sure I have the right libraries installed, but it consistently errored out, on net-snmp, so I removed the '--with-snmp=shared,/usr' configure line. That allowed configure to succeed.
Now all I need to do is use PHP5. Which I definitely plan to.
PHP5 is of interest to me because they reuse libxml2 and libxslt by default to do the XML processing. From a packaging point of view this probably mean that some of the Requires and BuildRequires must be ajusted.
Daniel
Has anyone had any experience installing FC1 on AMD's Opteron?
Geoffrey Leach wrote:
Has anyone had any experience installing FC1 on AMD's Opteron?
There are a few people on the list that have. A person with the last name of Forbes is doing a lot with AMD 64. Check the archives.
Myself, I'm a bit confused with the serial drives and other devices. Then on the other side, I see 64 bit processors. We might as well get back to analog with very stable power supplies or photonic processing devices over fiber optic networks.
Jim
I tried to build PHP 5 beta 3 with no success ... I used the spec file from 4.3.4-11 source rpm. It does the following error:
[snip] libtool: link: `ext/libxml/libxml.lo' is not a valid libtool object make: *** [sapi/cgi/php] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.86751 (%build) [snip]
What is wrong with it? Can you, please, point me in the right direction? Thanks, Marian
On Wed, 2004-01-28 at 01:34, Marian POPESCU wrote:
I tried to build PHP 5 beta 3 with no success ... I used the spec file from 4.3.4-11 source rpm. It does the following error:
[snip] libtool: link: `ext/libxml/libxml.lo' is not a valid libtool object make: *** [sapi/cgi/php] Error 1
libtool problems or there have been an error on compilation not shown. Guess the .lo file is only 1 byte.
Mail php-dev list with your libraries version.