[Mono-list] not an shared object error
Gonzalo Paniagua Javier
gonzalo@ximian.com
07 Jul 2003 11:42:10 +0200
El lun, 07-07-2003 a las 07:27, karthikeyan.balasubramanian escribió:
> Hi All,
>
> I tried to compile rpm version of mod_mono. But i m getting the following
> error,
> when i tried to restart apache
>
> # apachectl restart
>
> Cannot load /[localtion]/libmod_mono.so. It is not an shared object.
> something like that.
>
> Anybody got some clues as to what i should next.
With this information there's not much we can suggest...
Try running 'ldd /..../libmod_mono.so' with the user that runs apache to
see if all the symbols can be resolved.
-Gonzalo