I was thinking that as well (and to make sure I just recompiled it)

This may be a throw up to the issue I was having before with the ./mkall in
which I get the following error.

--- Begin ---
checking for ranlib... ranlib
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
make: no target to make.
make: don't know how to make install. Stop
aegir#
--- End ---

However, if I edit configure and look for --no-verify (which happens to be
on line 4226, I can put localhost on the end of that line,
and the configure will complete.  Then it will allow me to make, and make
install.

However, once I do the make install.  The only thing that is in
/usr/local/lib/php/20020429 is a file called ".php"

Does anyone have some other suggestions on getting the ltconfig command to
work?

I'm using libtool 1.3.. Should I go to 1.4 or 1.5?

Thanks,
Damien Heiser

-----Original Message-----
From: Marcin Soltysiak [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 06, 2004 10:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [midgard-user] midgard.so missing in FreeBSD


> So I'm now attempting to install Midgard on FreeBSD again, and everything
is
> going pretty smooth.  However, once I go to http://localhost/asgard/ and
put
> in the username and password I get the following error.
>
> --- Begin ---
> Warning: dl(): Unable to load dynamic library './midgard.so' - Cannot open
> "./midgard.so" in /usr/local/libexec/apache/midgard-root.php on line 7
>
> Fatal error: Call to undefined function: mgd_get_midgard() in
> /usr/local/libexec/apache/midgard-root.php on line 9
> --- End ---
>
> I can not find midgard.so anywhere on my system
>
> aegir# find * | grep midgard.so
> usr/local/lib/libmidgard.so.6
> usr/local/lib/libmidgard.so
> usr/local/libexec/apache/mod_midgard.so
> usr/src/midgard/midgard-lib-1.5.0/src/.libs/libmidgard.so.6
> usr/src/midgard/midgard-lib-1.5.0/src/.libs/libmidgard.so
> usr/src/midgard/mod_midgard-preparse-1.5.0/mod_midgard.so

Look like you didn't compile midgard-php. You must compile it and make sure
that midgard.so lays with all other PHP modules

Solt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to