cd /usr/lib64 find libdb-4*
OR ls -la libdb-4* you'll probably have libdb-4.6.so libdb-4.7.so... but no libdb-4.2.so So provide symbolic link to missing libraries. sudo ln -s libdb-4.7.so libdb-4.2.so (type password) find libdb-4* OR ls -la libdb-4* and you should have it! On Sun, Jan 10, 2010 at 4:17 AM, haseeb ahmed <[email protected]> wrote: > ok, i m on same page. please help me if possible ( kubuntu karmic) > > i m able to find (libssl, libcrypto ) but unable to find following anywhere > in ( lib64 or lib or lib32 ) > > - module _bsddb: libdb-4.2.so > - module _bsddb: libdb-4.2.so > - module _bsddb: libdb-4.2.so > - module _bsddb: libdb-4.2.so > > and now stuck. as i m unable to find those. i can link those... > any ideas? > > > On Thu, Jan 7, 2010 at 6:06 PM, [email protected] < > [email protected]> wrote: > >> This is to inform the developers....maybe it'll help someone >> >> Hi I was able to follow instructions properly in "Troubleshooting >> Linux" in the installation guide. >> >> provide symbolic link to missing libraries. >> sudo ln -s real-library missing-library >> >> most of it in /usr/lib64 >> readline.so.? in /lib >> >> rename dbm.so in /autodesk/maya2009-x64/lib/python2.5/lib-dynload >> directory to something else...mine dbm.so.ORIG...Not sure why this >> gave an error.Something about a firstkey... I also have python 2.5.4 >> installed.Which also has a dbm.so....So maybe improper version ...I >> don't know but it works:)Maybe someone can tell me.... >> >> then follow instructions to install automatically. >> >> -- >> http://groups.google.com/group/python_inside_maya >> > > > > -- > regards, > lala > > -- > http://groups.google.com/group/python_inside_maya >
-- http://groups.google.com/group/python_inside_maya
