On Sun, 2002-10-06 at 01:51, Wout Decré wrote:
> 
> checking for crypt in -ldescrypt... no
> checking for crypt in -lcrypt... no
> checking for socket in -lsocket... no
> checking for inet_ntoa in -lnsl... no
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... no

It doesn't look like you chose to install the development packages. 
What did you select during the install?

If you don't want to simply reinstall and select the proper groups, you
can install these using up2date (or get them from your CD's):
gcc cpp binutils make glibc-devel glibc-kernheaders

You'll also need the -devel packages for any optional components that
you want, like gdbm, gd, openssl, <some>SQL, etc.

> Then my problem with PHP (or Apache maybe):
> When I go on my system on an URL like index.php?lala=bla&da=ff
> then I just go to index.php he does not even look to the
> lala=bla&da=ff!

... Don't know this one.  PHP config looks right for reading GET data.

> And when scripting only <?php works, and not
> <?.

Edit /etc/php.ini and turn short_open_tag "On".




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to