RE: PHP-4.3.9-3 Recompile Fails
From: Richard Shade (richard.shade_at_effectiveteleservices.com)
Date: 11/23/04
- Previous message: Eric Tanguy: "Re: prism54"
- Maybe in reply to: Sanders, Christopher: "PHP-4.3.9-3 Recompile Fails"
- Next in thread: Robert L Cochran: "Re: PHP-4.3.9-3 Recompile Fails"
- Reply: Robert L Cochran: "Re: PHP-4.3.9-3 Recompile Fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Nov 2004 15:48:47 -0600 To: "For users of Fedora Core releases" <fedora-list@redhat.com>
I am using the Configure string outputed from phpinfo(); does anyone
know how I can get apxs on this?
Richard Shade
Systems Administrator
(936)559-2280
-----Original Message-----
From: fedora-list-bounces@redhat.com
[mailto:fedora-list-bounces@redhat.com] On Behalf Of Robert L Cochran
Sent: Tuesday, November 23, 2004 2:54 PM
To: For users of Fedora Core releases
Subject: Re: PHP-4.3.9-3 Recompile Fails
Paul Howarth wrote:
>Here is the problem that is causing configure to fail. It's trying to
>see if it can link the curl library by creating a test program using
>the "curl_easy_perform" function, which is a curl library function.
>It's failing, so it appears that there is a problem with your
>curl-devel package.
>
>What's the output of:
>
>$ rpm -q curl curl-devel
>$ rpm -Vv curl-devel
>
>Paul.
>
>
php has a varying number of dependencies, from a few to a lot, based on
what you specify in your ./configure options. When ./configure stops and
complains, it usually means you are missing a dependency. On Fedora Core
3, you need a lot of 'devel' libraries to compile php from the
Fedora-packaged source successfully. You can quickly check whether you
have a package installed by following what Paul suggests above, or
search the rpm database with rpm -qa. For example:
[rlc@bobcp4 ~]$ rpm -qa | egrep curl
curl-7.12.1-1
curl-devel-7.12.1-1
Bob
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Eric Tanguy: "Re: prism54"
- Maybe in reply to: Sanders, Christopher: "PHP-4.3.9-3 Recompile Fails"
- Next in thread: Robert L Cochran: "Re: PHP-4.3.9-3 Recompile Fails"
- Reply: Robert L Cochran: "Re: PHP-4.3.9-3 Recompile Fails"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|