i'm trying to install, but get failed dependencies.

hello,

i’m tying to install inspircd12 on me vps, but i have problems, this is what i get.

syhsyhsyh:~ # rpm -Uhv inspircd12-1.2.8-2.1.i586.rpm
warning: inspircd12-1.2.8-2.1.i586.rpm: Header V3 DSA signature: NOKEY, key ID aa829aef
error: Failed dependencies:
        libgnutls.so.26 is needed by inspircd12-1.2.8-2.1.i586
        libgnutls.so.26(GNUTLS_1_4) is needed by inspircd12-1.2.8-2.1.i586
        libmysqlclient_r.so.15 is needed by inspircd12-1.2.8-2.1.i586
        libmysqlclient_r.so.15(libmysqlclient_15) is needed by inspircd12-1.2.8-2.1.i586
        libpq.so.5 is needed by inspircd12-1.2.8-2.1.i586

i have tryed to install libgnutls.so.26 manual but it is still not working.

sorry for me crappy english.:shame:

Hi
You don’t indicate the openSUSE version your running, but anyway you need to install libgnutls26, libmysqlclient_r15 and postgresql-libs for whatever version of openSUSE your running.

Hi try this to install inspircd12. This assumes you are running openSUSE 11.3:


# zypper ar -f http://download.opensuse.org/repositories/server:/irc/openSUSE_11.3 serverirc
# zypper refresh
# zypper in inspircd12
# zypper rr serverirc

yes, i’m runnning openSUSE 11.3.

@ah7013 i will try that

@ah7013 still not working,

syhsyhsyh:~ # zypper ar -f http://download.opensuse.org/repositories/server:/irc/openSUSE_11.3 serverirc
Adding repository 'serverirc' [done]
Repository 'serverirc' successfully added
Enabled: Yes
Autorefresh: Yes
URI: http://download.opensuse.org/repositories/server:/irc/openSUSE_11.3

syhsyhsyh:~ # zypper refresh
New repository or package signing key received:
Key ID: 410F3E90AA829AEF
Key Name: server:irc OBS Project <server:irc@build.opensuse.org>
Key Fingerprint: E6EDA6968E299E73D18E604A410F3E90AA829AEF
Repository: serverirc

Do you want to reject the key, trust temporarily, or trust always? [R/t/a/?]: t
Retrieving repository 'serverirc' metadata [done]
Building repository 'serverirc' cache [done]
All repositories have been refreshed.
syhsyhsyh:~ # zypper in inspircd12
Loading repository data...
Reading installed packages...
'inspircd12' not found.
Resolving package dependencies...
Nothing to do.

Don’t know what’s going wrong. Go here: software.opensuse.org: Search Results , search for ‘inspirc’ and use the one-click installer. That should work.

Hello guys,

I had a similar problem , but everything is now working as it should , try those two steps .

First make sure that ur kernel is up-to-date:


Zypper in update

Second , install all required/missed modules on ur opensuse box :


zypper in gcc make automake autoconf kernel-source kernel-syms kernel-devel

Don’t forget to make this under a sudo’ers account .(sudo [command] )

Regards
Jacky