ok, sorry about yesterday typing error. four missing libs were libdb-4.2.so, libtcl8.4.so, libgdbm.so.2 (required by two modules)
main point was, these libs or newer versions were not inside location: /lib64 or /lib or /lib32 today on your advise, i searched in "/" via dolphin and almost find all libs in /usr/lib or /usr/lib32 Q: is it necessary to copy or link these libraries to "/lib64" folder.?? pymel needs them there?? Q: is it possible to link to file whose source is another folder ( not same folder ) e.g : in libssl.x was eventually in /lib64, so i linked to same file (different version) in same folder then checking its existance via ( ls -la libssl* ) shows linked file in blue color now when i create link from a file source (inside another folder, /usr/lib32) the new created link shows in red color. just wanted to be sure, hoep to hear soon On Sun, Jan 10, 2010 at 4:06 AM, Sajeev Kandasamy <[email protected] > wrote: > 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 > -- regards, lala
-- http://groups.google.com/group/python_inside_maya
