Прочее - [решено] sendmail. установка программы

Аватара пользователя
Artem-Samsung

Re: Прочее - [решено] sendmail. установка программы

Сообщение Artem-Samsung »

OpenSuse 10.3

Установил: sendmail-8.14.1-53.i586.rpm

Из источника пытаюсь установить: sendmail.8.14.2.tar.gz
Аватара пользователя
Artem-Samsung

Re: Прочее - [решено] sendmail. установка программы

Сообщение Artem-Samsung »

Установил из под Яста репозитария.

Вроде бы сказало, что успешно.

В папке мейл появились другие файлы. Только нету сендмейл.мс.





infotec@infotec-server:~> ps -ely | grep sendmail

infotec@infotec-server:~> sockstat | grep sendmail

bash: sockstat: команда не найдена
Аватара пользователя
ruslandh

Re: Прочее - [решено] sendmail. установка программы

Сообщение ruslandh »

Цитата:



Только нету сендмейл.мс.



А как вы определили, что он должен там быть ?
Аватара пользователя
Аlchemist

Re: Прочее - [решено] sendmail. установка программы

Сообщение Аlchemist »

должен быть sendmail.cf который затем перекомпилируется из любых других файлов
Аватара пользователя
Artem-Samsung

Re: Прочее - [решено] sendmail. установка программы

Сообщение Artem-Samsung »

ruslandh, ыыыы, точно. нашел в папке etc/

Я таки хотел научиться ставить как то это все из под архива, а оказывается. все до такой степени просто, что можно установить прямо из панели.
Аватара пользователя
Artem-Samsung

Re: Прочее - [решено] sendmail. установка программы

Сообщение Artem-Samsung »

Пытаюсь и дальше настраивать сервер по книжке.

Еле нашел утилитку linuxconf (потом прийдется настраивать netconf)

Так не получается установить. Компилятор C я таки установил, а вот определить, что при таком запросе устанавливать не знаю:





HTML код:

Код: Выделить всё

checking for working gtk-config... which: no gtk-config in (/home/infotec/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
missing
configure: error: can't find working gtk-config in $PATH





Код:

Код: Выделить всё

infotec@infotec-server:~/Desktop/gnome-linuxconf-0.67.1> ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for working gtk-config... which: no gtk-config in (/home/infotec/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
missing
configure: error: can't find working gtk-config in $PATH
infotec@infotec-server:~/Desktop/gnome-linuxconf-0.67.1>
Аватара пользователя
Artem-Samsung

Re: Прочее - [решено] sendmail. установка программы

Сообщение Artem-Samsung »

Спасибо, сработало





Код:

Код: Выделить всё

creating ./config.status
creating Makefile
creating src/Makefile
creating src/config.h
src/config.h is unchanged

Дальше запускаю мейк, не означает ли это, что архив какой то неправильный?





Код:

Код: Выделить всё

infotec@infotec-server:~/Desktop/gnome-linuxconf-0.67.1> make
Making all in src
make[1]: Entering directory `/home/infotec/Desktop/gnome-linuxconf-0.67.1/src'
gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations    -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c alive.c
In file included from alive.c:12:
gnome-linuxconf.h:17:29: error: linuxconf/proto.h: Нет такого файла или каталога
gnome-linuxconf.h:18:18: error: popt.h: Нет такого файла или каталога
make[1]: *** [alive.o] Ошибка 1
make[1]: Leaving directory `/home/infotec/Desktop/gnome-linuxconf-0.67.1/src'
make: *** [all-recursive] Ошибка 1
infotec@infotec-server:~/Desktop/gnome-linuxconf-0.67.1>

ЗЫ. Скриншот можно не смотреть. Не знаю, как его убрать О.о
Ответить

Вернуться в «Общий по Linux»