"Sean D. Ackley" wrote:
> And here is the error when starting Apache:
> 
> in.httpd-midgard httpd-midgard: can't resolve symbol '__secure_getenv'
> httpd-midgard: can't resolve symbol '__poll'

secure_getenv is (should be) part of libc, which should be compiled in
by default.

$ nm /usr/lib/libc.a | grep secure_getenv

will tell you if it's there.

If not you'll have to find the library that defines it and link it in.
Neither
apache nor the midgard package use it directly so it must be used from a
library that midgard(/php) needs.

Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to