On Tue, May 01, 2001 at 11:04:47AM -0600, Robin Jackson wrote:
> Most helpful..thanks...
>
> My question is why are we defaulting to /usr/local/ instead of
> /usr/local/midgard?
Because it is standard to have libraries, headers, manual pages and so on
located under common sub-tree. /usr/local is specifically handy for
placing non-system wide and programs locally installed by user
(and is defined in FHS 2.1 for such purpose).
Using /usr/local/midgard instead of /usr/local will end up with having
multiple sub-trees for each application like /usr/local/midgard,
/usr/local/apache, /usr/local/php, /usr/local/whateveryouwant. It is out
of common use of Unix paths. I'm not saying that for shared libraries
/usr/local/midgard will create additional problems with /etc/ld.so.conf
configuration -- you need to add each unique subtree there for each
product which uses its own shared libraries.
>
> Just seems like it would be cleaner if we made the default for all of this
> wonderful stuff somewhere unique. Just a thought, as my biggest problems
> have been libraries, header files, etc, in multiple areas....or not going
> where they are supposed to.
They are all is going under single tree /usr/local.
>
> David's Reply:
> >you probably have an old library + header files laying around.
> >please check in these places and remove anything related to midgard:
>
> >$prefix/include/
> >$prefix/lib/
> >$prefix/share/
> >$prefix/bin
>
> >$prefix is /usr/local for a default install.
>
> >Then reinstall the lib, and retry ./mkall
>
>
> BTW....When I updated from CVS the AC_ADD_LIBRARY (et. al.) problem went
> away. I see somebody made it PHP_ADD (ad infinitum). ;)
>
>
> Regards,
>
> Rob
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Sincerely yours, Alexander Bokovoy
The Midgard Project | ALT Linux Team | Minsk Linux Users Group
www.midgard-project.org | www.altlinux.ru | www.minsk-lug.net
-- You won't skid if you stay in a rut.
-- Frank Hubbard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]