php-install Digest 14 Dec 2001 14:52:18 -0000 Issue 602

Topics (messages 5304 through 5306):

Re: php410, gd=shared, missing gd.so
        5304 by: Jason Donald

Help upgrade INSTALL4.0.6 to 4.1.0
        5305 by: Tait Grove

PHP 4.1.0 w/oracle on solaris
        5306 by: William Barron

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi Yasuo,

I had a look at the README you suggested but couldn't get my head 
around the complexities of building it.  I use this command line in 
the newly created extension directory, per the README.

./configure --with-php-config=/usr/local/src/php-
4.1.0/pear/scripts/php-config

It bombs out with:

checking for XpmFreeXpmImage in -lXpm... no
configure: error: Problem with libXpm.(a|so) or libX11.(a|so). Please 
check config.log for more information.

And I can't figure out how to get it past this - no matter what "--
without" option combination I try it still glitches on this.

I should add that this problem (gd.a getting created instead of 
gd.so) occurs on all our varied development machines.

Any other ideas?

Jason.

On 13 Dec 2001 at 11:51, Yasuo Ohgaki wrote:

> Jason Donald wrote:
> 
> > Hi,
> > 
> > Under php4.0.6 my configure/make/makeinstall created a gd.so file 
> > (which is picked up when using <? dl("gd.so"); ?>).
> > 
> > Under php4.1.0 my install creates a gd.a file, and <? dl("gd.so"); ?>
> > doesn't work anymore.
> > 
> > If I compile it in as non shared, it works just fine.  I am using it as
> > .so to keep the httpd size down and performance up as we don't use GD
> > very much on our server.
> 
> 
> Most UNIX like system supports shard text segment for binary,
> you don't have to worry much about memory usage for including
> modules.... dl() has some known problems also (It works most for
> cases, so you probably don't have to worry)
> 
> Anyway, you can try to build gd module as self contained module.
> Read README.SELF-CONTAINED-EXTENSION in PHP source root to build
> it as self contained module. It may work.
> 
> -- 
> Yasuo Ohgaki
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 


--- End Message ---
--- Begin Message ---

I have been going nuts trying to get PSPELL configured with PHP. I finally decided to upgrade and I am getting a return on my log file. Any ideas?

 

 

| Tait Grove || Chief Information Officer |
| [EMAIL PROTECTED] |
| Digital Imagination ...because experience counts |
| 351 Rolling Oaks Drive, Suite 100, Thousand Oaks, CA 91361 (805)497-7303 |
| http://www.digitalimagination.com |


- Web Design/Development
- Internet/Intranet Design
- Network Integration/Consulting
- Web-Hosting Services
- E-Commerce Products & Services
- Multimedia Post Production
- CD-ROM / DVD / Business Card CD¹s

 

--- End Message ---
--- Begin Message ---
Anyone able to compile PHP with Oracle 8 on solaris?

I got errors saying dword not declared in oci8.c when I ran make.  I
modified the oci8.c file and commented out everything to do with
collections, and it seems fine.  But I would rather not have to modify
the file myself.  Has anyone got it to compile, or had the same problems
as I have?

Bill Barron
Systems/Database Administrator
Sarnoff Corporation

--- End Message ---

Reply via email to