You are not logged in.
Pages: 1
after upgrading my whole system just minutes ago and restarting my computer, i try to start medit (which is a text editor for those who dont know) but it doesnt work.
i get the error message: [ramoneur@Arch ~]$ medit
medit: error while loading shared libraries: libobjc.so.2: cannot open shared object file: No such file or directory
i searched pacman and google and so on for some libobjc to download but didnt find anything.
i need help cause i dont know what to do.
Last edited by ramoneur (2007-09-16 21:58:38)
A w e s o m e
r
c
h
Offline
I've fixed it by rebuilding using abs. It seems to be related to the gcc update.
Offline
rebuilding what? and what is abs? :$
A w e s o m e
r
c
h
Offline
ABS: Arch Build System, it's the infrastructure for building Arch Linux packages, all Arch packages are built using ABS. You can have ABS on your computer and use it to build packages from source, customize them etc. Very useful tool overall. Read more about it here: http://wiki.archlinux.org/index.php/ABS
If you want to build medit from source you'd need to install ABS as the wiki says, you'd also need to edit /etc/abs/abs.conf to enable the community repository and then refresh the ABS tree once more (by running "abs" command as root).
After that it's as simple as doing:
cd /var/abs/community/office/medit
followed by:
makepkg -i
as root.
Alternatively you could just wait until the package maintainer rebuilds it and use a different text editor in the meantime. In theory installing it using AUR should also do the trick, but I haven't tried it, so I don't know.
Offline
woah! alot of output after doing makepkg -i
thank you for the tip!
medit works perfect now
A w e s o m e
r
c
h
Offline
Glad it worked
Offline
I've this bug too and it should be solved. ABS is just a "workaround".
Offline
I've this bug too and it should be solved. ABS is just a "workaround".
It IS solved.
pacman -Sy gcc-objc
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1