• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Installation ircservices

Sven4972

Member
Hallo,

ich wollte ircservices nach folgender Anleitung installieren:

http://www.irc-mania.de/?go=WorkShop-ircservices_5_0_27

Hier wird folgendes geschrieben:

Um mit der Installation zu beginnen, führen wir das Config-Script aus:

./configure

Das Script stellt sofort die erste Frage:

In what directory do you want the binaries to be installed?
Press Return for the default, or enter a new value.
[/usr/local/sbin] /sonstiges/irc-services

Das erscheint bei mir aber nicht, dafür folgendes:

Beginning IRC Services configuration.

Using defaults from config.cache. To ignore, either remove config.cache or
give the command-line option "-ignore-cache".

Executable (program) files will be installed in /usr/local/sbin
Data files will be installed in /usr/local/lib/ircservices
Searching for a suitable compiler... (cached) using gcc.
Compiler flags: (cached) -O2 -fno-strict-aliasing
Let's see what libraries we need... (cached) -lm -lcrypt
Checking whether we can use dynamic modules... (cached) yes.
Checking whether ranlib exists... (cached) yes.
Checking for presence of include files (it's okay if some aren't there):
stdint.h... (cached) present
strings.h... (cached) present
sys/select.h... (cached) present
sys/sysproto.h... (cached) not present
Looking for an 8-bit integer type... (cached) int8_t
Looking for a 16-bit integer type... (cached) int16_t
Looking for a 32-bit integer type... (cached) int32_t
Looking for a 64-bit integer type... (cached) int64_t
Checking the size of int... (cached) 32 bits
Checking the size of long... (cached) 32 bits
Checking the size of pointers... (cached) 32 bits
Checking the size of time_t... (cached) 32 bits
Checking the size of gid_t... (cached) 32 bits
Checking for socklen_t... (cached) present.
Seeing if your system defines int16/int32... not found (this is good).
How to complain when something goes wrong... (cached) strerror().
Looking for other functions we want that you don't have... (cached) none
Checking how to install files... (cached) this system's "install" works.
Seeing if "install" will create directories... (cached) yes
Checking how to copy directories... (cached) /bin/cp -dpr
Creating config.h... done (unchanged).
Creating Makefile.inc... done (unchanged).
Saving configuration results in config.cache... done.

All done! Now edit defs.h as needed, and run "make" (or possibly "gmake")
to compile Services. See the README and FAQ if you have any problems.

Ist das so auch ok, oder läuft da was falsch?


LG Sven
 
Hallo,

das Installieren hat jetzt funktioniert.

Wenn ich den Service jetzt starten möchte erhalte ich folgende Fehlermeldung:

Initialization failed, exiting.

Wie bekomme ich den Service ans laufen?


LG Sven
 
Hmm.. Eigentlich müsste in dem Ordner auch eine Datei namens Config sein, du könntest mal versuchen die auszuführen.


The Busfreak

Edit: Scheint wohl doch nicht..
 
Last edited by a moderator:
Back
Top