Ralf,

I was able to get the apache 2.0.49 from current to compile cleanly on
my gentoo 1.4.3 by adding --with-berkeley-db=/opkg where /opkg is the
openpkg root.  

For whatever reason, without telling it where to look, it wants to link
-ldb4.1 but when I pass the --with it links as -ldb, and that works.

My next question is how do add this --with command as a define so I can
compile my apache2 using "openpkg build apache2 | sh -"?

I tried:
openpkg build -Dapache2::with_berkeley_db=/opkg apache2 | sh -

and:

openpkg build -Dapache2::with-berkeley-db=/opkg apache2 | sh -

but neither passed the argument to the configure script?  Do I have to
modify the .spec file for this?

Thanks,
Aaron

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to