-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> > 1) INSTALL mentions a "php-devel" package which needs to be
> > installed. There is no package of that name - nor on the SUSE
> > distribution site, not on www.php.net. On the other hand, I do
> > have a running PHP4 (4.0.4)configuration.
> It mentions development files (header files and libraries) needed
> to compile
> any PHP4 module. You have only compiled version which is suitable
> for execution, without means for extension. I don't know how
> development part for any package is called in SuSE, may be other
> people who are using SuSE can help with proper names?
There is no source package for php4 in SuSE distribution. I've
compiled source from www.php.net and it works fine. I'm not sure
which version of MySQL is on SuSE distribution. It could be, that you
have to compile it too.
> > 2) the compile errors indicate some missing "ZEND" stuff. There
> > is no ZEND required according to the install. If this IS
> > required, why isn't it mentioned in INSTALL?
> > What the heck is going on here? I'd like to give BIFROST one
> > last chance - otherwise I will wait until
> > a future version of the application is getting more useable ;-((
> The answer for your question is very simple: your system lacks
> tools for build environment. In particular, it lacks header files
> needed to compile PHP4 extensions. They are part of standard
> install of PHP4 and usually are located in /usr/include/php/*
To find location of header files please make 'updatedb' first (one
time to update database for locate) and than 'locate php.h' (or
something else is missing).
After you know where header files are located, you could 'make clean'
and than 'CPPFLAGS="-I/somewhere/your/headers/are/located" configure
...'.
Don't forget to update /etc/ld.so.conf and make 'ldconfig' after
that.
Greetings, Kai
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
iQA/AwUBOtvkMtJLn8zKm5h2EQK+UgCfWraRzDpMF7unGd/LQDha+DA96yQAn1Jd
AGLqyEJ8OK9+j+S4w5k8Hf8s
=UlAv
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]