On 9/23/05, David Ciecierski <[EMAIL PROTECTED]> wrote:
>
> This 'issue' does get a little tedious at times, because some packages'
> make install fails when it cannot install schemas and/or update
> scrollkeeper database. Some also ignore the --disable-schemas-install.
> You then have to manually go through neccessary Makefiles are comment
> out scrollkeeper-update and/or gconftool-2.
>
For the scrollkeeper problem, use the following commands after the
./configure step for the appropriate pacakges
for i in $(find $BUILD_DIR -name Makefile)
do
sed -i "[EMAIL PROTECTED]@[EMAIL PROTECTED]" $i
done
and then as scrollkeeper user run:
scrollkeeper-update -q -p /var/lib/scrollkeeper
For gconf, use the following for packages that ignore the
--disable-schemas-install switch
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install
and then install the schemas manually.
--
Tushar Teredesai
mailto:[EMAIL PROTECTED]
http://www.linuxfromscratch.org/~tushar/
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page