30.08.2011, 15:39
Code:
wget -c http://security.ubuntu.com/ubuntu/pool/m...83459mkdir mysql32 dpkg --extract libmysqlclient*deb mysql32 sudo mv mysql32/usr/lib/* /usr/lib32/
Code:
dpkg --extract libmysqlclient*deb mysql32
I got;
Quote:
root@kitty:~# dpkg --extract libmysqlclient*deb mysql32 dpkg-deb: --extract takes at most two arguments (.deb and directory) Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --help for help about installing and deinstalling packages. |
![Huh?](images/smilies/confused.gif)
[edit]
ok i manually placed the folders, seem there was something there already, i backed and replaced with the new files.
but now:
Code:
mv mysql32/usr/lib/* /usr/lib32/
Code:
root@kitty:~# mv mysql32/usr/lib/* /usr/lib32/ mv: cannot stat `mysql32/usr/lib/*': No such file or directory
also '/usr/lib32/' i do not have /usr/lib32/ there