Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77449 invoked by uid 1010); 19 Apr 2004 19:28:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77425 invoked from network); 19 Apr 2004 19:28:35 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 19 Apr 2004 19:28:35 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 377FA14880BD; Mon, 19 Apr 2004 12:28:34 -0700 (PDT) Received: from tron (zaneeb.thebrainroom.net [82.133.1.138]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with SMTP id AFD7314880B7; Mon, 19 Apr 2004 12:28:30 -0700 (PDT) Message-ID: <006501c42644$99ef87a0$8a02a8c0@tron> To: , "Brian J. France" References: <812AE18A-922F-11D8-B1C7-003065F88EBA@firehawksystems.com> Date: Mon, 19 Apr 2004 20:29:13 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Changing the soname of libphp4.so From: wez@thebrainroom.com ("Wez Furlong") Hey Brian, Would something as simple as this: LDFLAGS="-soname=libphp4-embed.so" ./configure ... work ? --Wez. ----- Original Message ----- From: "Brian J. France" To: Sent: Monday, April 19, 2004 7:29 PM Subject: [PHP-DEV] Changing the soname of libphp4.so > Is there a easy way to change the internal soname? > > I need to build the embeded sapi with a different internal soname. > Yes, I can rename libphp4.so (the embeded version) to libphp4-embed.so, > but things that link with libphp4-embed.so will have a dependency of > libphp.so because that is what the internal soname is. This is causing > problems because it will then load the wrong shared library (wrong > sapi) if we have libphp4-embed.so and libphp4.so (apache sapi). > > If there is no easy way, can you give me pointers on what I need to > patch/hack to get it to work. I will just maintain another company > specific patch. > > Thanks, > > Brian > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >