Am 26.11.2010 03:19, schrieb Stuart Stegall:
> I was able to make libreoffice-3.2.99.3 build on current SVN x86.
>   

A pity you did not mention that before :-))
I wasn't aware of the project and its story...


So I gave it a try:

mkdir /opt/src
cd /opt/src
wget
http://download.documentfoundation.org/libreoffice/src/libreoffice-build-3.2.99.3.tar.gz

./autogen.sh --enable-binfilter --enable-cairo --enable-extensions
--disable-kde --disable-kde4 --disable-odk --with-git=no 
--prefix=/opt/libreoffice-3.2.99.3 --sysconfdir=/etc/libreoffice 
--without-junit
./download
make

bin/ooinstall /opt/libreoffice-3.2.99.3


Build was successful but did application did not start (it was
complaining about shared library libdb-4.7.so )

So I did (I might be a bit an overkill :-)):
mkdir /opt/lib/libreoffice-3.2.99.3
find /opt/src/libreoffice-build-3.2.99.3 -name *.so -exec cp -v "{}"
/opt/lib/libreoffice-3.2.99.3 \;
echo "/opt/lib/libreoffice-3.2.99.3" >> /etc/ld.so.conf
ldconfig


Now everything runs smoothly (well at least the stuff I was able to test
so far!)

Thank you for the hint
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to