Re: [PHP-DEV] Changing the soname of libphp4.so

2004-04-19 Thread Brian J. France
something as simple as this: LDFLAGS="-soname=libphp4-embed.so" ./configure ... work ? --Wez. - Original Message - From: "Brian J. France" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 7:29 PM Subject: [PHP-DEV] Changing the sonam

Re: [PHP-DEV] Changing the soname of libphp4.so

2004-04-19 Thread Wez Furlong
Hey Brian, Would something as simple as this: LDFLAGS="-soname=libphp4-embed.so" ./configure ... work ? --Wez. - Original Message - From: "Brian J. France" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 7:29 PM Subject:

[PHP-DEV] Changing the soname of libphp4.so

2004-04-19 Thread Brian J. France
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