php-install Digest 23 Dec 2001 02:12:09 -0000 Issue 614
Topics (messages 5369 through 5370):
error: failed dependencies: libgd.so is needed but is installed
5369 by: Mrslik
Re: Simple .php page redirect
5370 by: Lee Leahu
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 ---
I'm new to Linux but so far I've been able to work through all of my
problems.. This one has me.
I am running linux 7.2
Apache-1.3.22-2
I'm trying to install php4-4.0.6-3cl.i386.rpm
I have installed the follow packages as listed in the php4 manual.
zlib
libpng
libjpeg
gd
gd-devel
apache
mod_php4
When trying the following command to install php4:
rpm -Uvh php4-4.0.6-3cl.i386.rpm
I get the following error:
error: failed dependencies:
libgd.so is needed by php4-4.0.6-3cl
So to check and make sure "libgd.so" is installed I try
rpm -ql gd-devel-1.8.4-4 and get the following returned info.
/usr/include/gd.h
/usr/include/gd_io.h
/usr/include/gdcache.h
/usr/include/gdfontg.h
/usr/include/gdfontl.h
/usr/include/gdfontmb.h
/usr/include/gdfonts.h
/usr/include/gdfontt.h
/usr/lib/libgd.a
/usr/lib/libgd.so
And see that it is installed.
I have tried everything I can think of and read many newsgroups but I'm
still stumped. If you can help please send email to [EMAIL PROTECTED]
Kind Regards,
Seth Turnbull
Sr. Network Engineer.
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Try this example, it is easier and doesn't require Javascript on the client
machine:
<?php
header("Location: http://www.somedomain.com/somepath/somefile.php");
?>
That's all you need!
At 01:35 2001-09-17, you wrote:
> > hello,
>
> it is very possible to redirect with just some html code...
> <body onload="use java code to open page">
> i.e. the location might work, onload="location='../folder/file'"
>
> i hope this can help you
Lee Leahu
[EMAIL PROTECTED]
Internet Technologies Specialist
RICIS, Inc.
Phone: (708) 444-2690
Fax: (708) 444-2697
Cell: (708) 363-6860
Pager: (708) 467-2044
http://www.ricis.com/
--- End Message ---