Re: [PHP] Linux Guru's

2001-06-28 Thread Righteous Cripple

phat linux and vmlinux will work like this as well.

*


scott [gts] wrote:

> search for: linux4win
> 
>  
> 
> that's probably what you're looking for...
> 
> you can install on an existing windows partition
> 
> and have it look like a giant file.
> 
>  
> 
> -Original Message-
> From: ReDucTor [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 7:52 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Linux Guru's
> 
> Hey Dudes, little off the PHP Subject, but Linux I have "RedHat 7.1" 
> CD Here, and i want to dual boot it with my WinXP i don't want to 
> repartition my HDD, i would prefer to have a File on my hdd that has 
> Linux on it, my WinXP install is on a FAT32 Partition..
> 
>Now how can i do this? :)
> 
>  - James "ReDucTor" Mitchell
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] GD: 2.0.1 and PHP 4.0.6

2001-06-28 Thread Righteous Cripple

Hey all,

I am trying to add some of the new alpha channel based features to existing charts 
that I have written and have the following questions:

1. After installing GD 2.0.1 on a redhat 7.0 system and PHP 4.0.6, I am 
unable to restart apache without a png_get_error_ptr fatal error.

When I run: "nm -o /usr/lib/*.a |grep png_get_error_ptr" I get the 
following results:

/usr/lib/libgd.a:gd_png.o: U png_get_error_ptr
/usr/lib/libpng.a:pngerror.o:0210 T png_get_error_ptr

Here's my ./configure script as well:

set -x
export TMPDIR=/var/tmp
export ORACLE_BASE=/home/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8i
export NLS_LANG=AMERICAN_AMERICA.US7ASCII
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:
/usr/local/sbin:/usr/bin/X11:/sbin:/usr/sbin:/usr/local/bin:
/usr/local/sbin:$ORACLE_HOME/bin:.

cd php-4.0.6
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd=/usr 
--with-ttf --enable-gd-imgstrttf --with-gettext --enable-safe-mode 
--with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib 
--enable-magic-quotes --with-regex=system --with-ttf=/usr/lib/libttf.so 
--enable-track-vars --enable-xml --disable-debug --with-db3 --with-ldap 
--with-oracle=$ORACLE_HOME --with-oci8 --with-mysql 2>&1

Any ideas?

Also, has anyone had any experience working with alpha channels in PHP? 
  I've used them in Perl on different systems, but many of the functions 
seem to be missing from PHP.

Thanks!

*


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]