'Linux'에 해당되는 글 2건

  1. 2007.06.14 libstdc++-libc6.2-2.so.3 on Ubuntu by 홍사마
  2. 2006.09.28 debian pakage control by 홍사마


출처 : http://www.digitalsanctum.com/2007/01/28/libstdc-libc62-2so3-on-ubuntu/

=============================================

libstdc++-libc6.2-2.so.3 on Ubuntu

If you get an error like this one on Ubuntu,

error while loading shared libraries: libstdc++-libc6.2-2.so.3:
cannot open shared object file: No such file or directory

it means the library isn’t available and you need to install it. Although the Ubuntu package which contains this library isn’t obvious. You can install it via the following command:

sudo apt-get install libstdc++2.10-glibc2.2

Posted by 홍사마

debian pakage control

DEVEL : 2006. 9. 28. 21:18

나중에 찾아보기 귀찮아서 하나 남김..

mv skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386.deb.orig

mkdir skype.tmp

dpkg-deb --extract skype_1.2.0.17-1_i386.deb.orig skype.tmp

dpkg-deb --control skype_1.2.0.17-1_i386.deb.orig skype.tmp/DEBIAN

# Now use your favorite editor to edit the Depends line as above:

vi skype.tmp/DEBIAN/control

dpkg --build skype.tmp

mv skype.tmp.deb skype_1.2.0.17-1_i386.deb

Posted by 홍사마