PHP-Perl-MySQL-Apache (was: hi from california)

Kevin D. Kinsey, DaleCo, S.P. kdk at daleco.biz
Wed Jan 28 09:53:24 PST 2004


>> From: "Kevin D. Kinsey, DaleCo, S.P." <kdk at daleco.biz>
>> To: ZZerver ZZserver <zzerver at hotmail.com>
>> Subject: Re: PHP-Perl-MySQL-Apache (was: hi from california)
>> Date: Wed, 28 Jan 2004 09:48:42 -0600
>> MIME-Version: 1.0
>> Received: from ns1.tiadon.com ([69.27.132.161]) by 
>> mc10-f2.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Wed, 28 
>> Jan 2004 07:49:39 -0800
>> Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with 
>> Microsoft SMTPSVC(6.0.3790.0); Wed, 28 Jan 2004 09:52:47 -0600
>> X-Message-Info: JGTYoYF78jH0/N3tIoDk0ta0trLHq/qN
>> Message-ID: <4017D9DA.4060104 at daleco.biz>
>> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) 
>> Gecko/20031124
>> X-Accept-Language: en-us, en
>> References: <BAY2-F139knvh7wFI1Z00045c53 at hotmail.com>
>> In-Reply-To: <BAY2-F139knvh7wFI1Z00045c53 at hotmail.com>
>> Return-Path: kdk at daleco.biz
>> X-OriginalArrivalTime: 28 Jan 2004 15:52:48.0343 (UTC) 
>> FILETIME=[C7161E70:01C3E5B6]
>>
>> ZZerver ZZserver wrote:
>>
>>> usr/local/include/c-client
>>> ================================================================================ 
>>>
>>>
>>> Warning: You have chosen to include SSL support. Applications/ports 
>>> that use
>>> the cclient library but do not support SSL may stop working or have 
>>> problems
>>> linking. Linking them explicitly with ssl (-lssl -lcrypto) may or 
>>> may not help.
>>> ================================================================================ 
>>>
>>>
>>> ===>   Running ldconfig
>>> /sbin/ldconfig -m /usr/local/lib
>>> ===>   Registering installation for cclient-2002d,1
>>> ===>   Returning to build of php4-4.3.3
>>> ===>   php4-4.3.3 depends on shared library: gds.1 - not found
>>> ===>    Verifying install for gds.1 in /usr/ports/databases/firebird
>>> ===>  firebird-1.0.2 is forbidden: Local Stack Overflow, see 
>>> http://packetstormsecurity.nl/0305-exploits/dsr-adv001.txt.
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/databases/firebird.
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/lang/php4.
>>> *** Error code 1
>>>
>>> Stop in /usr/ports/lang/php4.
>>> shellgratis#
>>>
>>> that happend in running make install clean on php4
>>> ...can help? thanks again
>>>
>>>
>>
>> Maybe I can help.  Is it possible for
>> you to do a cvsup of your ports tree?
>>
>> The version of firebird in my tree
>> is 1.5r8 --- yours seems quite a bit
>> out of date.  The error message shows
>> that FreeBSD will not allow this port
>> to be built because of a security error.
>>
>> It is generally a good idea to use the
>> most up-to-date ports tree if possible.
>>
>> In order to save time, bandwidth, and
>> possibly money (depending on your ISP)
>> you should search the ports-supfile and
>> comment out languages you do not use,
>> and possibly categories that you will not
>> use either, such as chemistry, games,
>> astronomy, etc.
>>
>> HTH,
>>
>> Kevin Kinsey
>>
>
 >ZZerver ZZserver wrote:
 >
 >where, how?
 >try to start again with php4 like this ...and am thinking not to 
include firebird ...so i did
 >cd /usr/ports/lanf/php4
 >i try
 >make deinstall, make reinstall, make, make clean, make install clean, 
make clean ...i get same error in all of >them:

<snip>

Right.  The dependency "gds.1" must be present
in order to install PHP in the way you have chosen
to configure it.

In order to install "gds.1", make(1) must first
install the "firebird" database.

The version of "firebird" that is listed in your
/usr/ports/databases/firebird/Makefile is one
that is not allowed to be installed due to a security
issue.

This leaves you two choices:

    1.  Upgrade your ports tree, so that the version
          of the Firebird DB that you install is newer
          and therefore "permitted"...

OR

    2.  Figure out what configuration option you
          chose that requires "gds.1" as a dependency,
          and build PHP *without* it ....

Good luck,

Kevin Kinsey



More information about the freebsd-questions mailing list