You are not logged in.

#1 2010-05-25 13:02:08

nomadicalien
Member
Registered: 2010-05-12
Posts: 5

Pidgin Nateon plugin won't install from Aur / or manually svn Error

This is for a korean messenger plugin..
From
http://dev.haz3.com/viewforum.php?f=16

I try the svn command:

svn co http://dev.haz3.com/svn/nateon/trunk

and I get:

svn: OPTIONS of 'http://dev.haz3.com/svn/nateon/trunk': 200 OK (http://dev.haz3.com)

I tried building from from AUR as well, and the PKGBUILD file tried to do the same thing:
svn co http://dev.haz3.com/svn/nateon/trunk

So not sure what to do.. I found a source tar from launchpad and built it but it's not working in pidgin... so not sure how to fix this :S

Any help is appreciated,
Thanks

EDIT: I fixed it!
For some reason when I make and make install, it put things in /usr/local/lib,, when it needs to be in /usr/lib/

Last edited by nomadicalien (2010-05-25 13:29:50)

Offline

#2 2010-05-25 15:50:52

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: Pidgin Nateon plugin won't install from Aur / or manually svn Error

nomadicalien wrote:

For some reason when I make and make install, it put things in /usr/local/lib,, when it needs to be in /usr/lib/

which is why is always best to use makepkg/pacman to install anything. You never know where things are at/go to.

If you MUST make && make install  try to use ./configure --prefix=/usr .  Many pkg use /usr/local/ as default (as you see)


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

Board footer

Powered by FluxBB