Freesco, NND, CDN, EOS http://forum.freesco.pl/ |
|
Courier http://forum.freesco.pl/viewtopic.php?f=22&t=11916 |
Strona 1 z 1 |
Autor: | Gość [ sobota, 1 kwietnia 2006, 01:12 ] |
Tytuł: | Courier |
Czy ktoś już instalował i może się podzielić doświadczeniami z instalacją? Wydaję mi się że Courier jest lepszy od Exima, no i przede wszystkim ma wbudowany imap (a swoją drogą exim mi padł nie wiem co się stało nie chce wysyłać poczty i odbierać też nie i dlatego zdecydowałem się na Couriera). Ale pierwszym problemem jest brak kompilatora g++, jak najprościej go zainstalować bo nie mam pomysłu a pacman -A gcc lub g++ nie działa krzyczy że nie ma takiej paczuszki a bez kompilatora nici z Couriera bo nie ma jak go kąpilować... |
Autor: | tasiorek [ sobota, 1 kwietnia 2006, 13:38 ] |
Tytuł: | |
install_devel |
Autor: | Gość [ sobota, 1 kwietnia 2006, 14:38 ] |
Tytuł: | |
Samo install_devel nic mi zabardzo nie mówi, nawet po lektórze FAQ - mógł bym prosić o małe info??[/url] |
Autor: | tasiorek [ sobota, 1 kwietnia 2006, 14:41 ] |
Tytuł: | |
Wpisz to i zainstalouje sie wiekszosc pakietow potrzebnych do kompilacji. Reszte znajdziesz czytajac dokumentacje tego Couriera. |
Autor: | Gość [ sobota, 1 kwietnia 2006, 17:28 ] |
Tytuł: | |
Doczytalem się gdziesz (chyba w pliku INSTALL) ze Courier wymaga do kompilacji biblioteki courier-authlib wiec sciągnąłem potem ./configre Wszystko ok ale przy make [ciach] Compiling authmysql.c In file included from authmysql.c:18: authmysql.h:8:26: mysql.h: No such file or directory authmysql.h:9:27: errmsg.h: No such file or directory make[2]: *** [authmysql.lo] Błąd 1 make[2]: Leaving directory `/usr/src/courier-authlib' make[1]: *** [all-recursive] Błąd 1 make[1]: Leaving directory `/usr/src/courier-authlib' make: *** [all] Błąd 2 Co źle zrobiłem? |
Autor: | tasiorek [ sobota, 1 kwietnia 2006, 17:32 ] |
Tytuł: | |
| | \/ (nie masz mysql-devel) |
Autor: | Gość [ sobota, 1 kwietnia 2006, 17:36 ] |
Tytuł: | |
MySQL mam zaintalowane jeśli o to chodzi... (o ile pamiętam z binarek chyba) |
Autor: | Mr Groch [ sobota, 1 kwietnia 2006, 17:37 ] |
Tytuł: | |
Ale chodzi o pakiet mysql-devel (pacman -S mysql-devel) ![]() Potzrebujesz naglowkow zawartych w tym pakiecie do kompilacji Couriera |
Autor: | tasiorek [ sobota, 1 kwietnia 2006, 17:40 ] |
Tytuł: | |
raven pisze: authmysql.h:8:26: mysql.h: No such file or directory
authmysql.h:9:27: errmsg.h: No such file or directory Brakuje Ci tych plikow. W NND sa one w paczce mysql-devel, jak masz je gdzies na dysku, to musisz zmienic configure, zeby je widzial. Jak instalowales w jakis dziwny sposob, to masz nauczke ![]() |
Autor: | Gość [ sobota, 1 kwietnia 2006, 17:52 ] |
Tytuł: | |
Znalazłem te dwa pliczki i siedzą one w /usr/include/mysql/ i teraz pytanie bo nie wiem co jeszcze zmienić w ./configure i nie wiem zabardzo gdzie tą ścieżke zmienić: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] --with-pkgconfdir=d Install config files in directory --with-db=gdbm Use the GDBM library. --with-db=db Use the libdb.a library. --without-authuserdb Do not include the authuserdb module --without-authpam Do not include the authpam module --with-authpam-libraries="libs" Link 'libs' with authpam, this may be required for FreeBSD 3.3 --without-authldap Do not include the authldap module --with-authldaprc=filename Expect to find authldaprc here --without-authpwd Do not include the authpwd module --without-authshadow Do not include the authshadow module --without-authvchkpw Do not include the authvchkpw module --with-authpgsqlrc=filename Expect to find authpgsql here --without-authpgsql Do not include the authpgsql module --with-pgsql-libs=DIR Look for pgsql libs in this dir --with-pgsql-includes=DIR Look for pgsql includes in this dir --with-authmysqlrc=filename Expect to find authmysql here --without-authmysql Do not include the authmysql module --with-mysql-libs=DIR Look for mysql libs in this dir --with-mysql-includes=DIR Look for mysql includes in this dir --without-authcustom Do not include the authcustom module --with-pipeprog=filename Expect to find the pipe-prog here --without-authpipe Do not include the authpipe module --with-authdaemonrc=filename Expect to find authdaemonrc here --with-authdaemonvar=directory Directory where authdaemon.pid and the listening socket is created --with-mailuser=user Specify mail user name (defaults to courier, daemon, admin, bin, or root) --with-mailgroup=group Specify mail group name (defaults to courier, daemon, sys, adm, or root) --without-stdheaderdir Header files will be installed into a directory not in the compiler's default search path. |
Autor: | tasiorek [ sobota, 1 kwietnia 2006, 18:10 ] |
Tytuł: | |
Cytuj: --with-mysql-includes=DIR Look for mysql includes in this dir
Pomysl troche. Masz wszystko jak byk napisane. |
Autor: | Gość [ niedziela, 2 kwietnia 2006, 13:08 ] |
Tytuł: | |
Nadal nie moge skompilować courier'a ponieważ przy kompilacji checking for courierauthconfig... no configure: WARNING: === Courier authentication library not found. configure: WARNING: === You need to download and install configure: WARNING: === http://www.courier-mta.org/download.php#authlib first. configure: WARNING: === If courier-authlib is installed in a non-default configure: WARNING: === directory, set the COURIERAUTHCONFIG environment configure: WARNING: === variable to the full path to the courierauthconfig configure: WARNING: === binary and rerun this configure script. configure: WARNING: configure: error: courierauthconfig not found Ale biblioteke courier-authlib mam zainstalowana w /usr/local/courier-authlib tylko nie wiem jak wpisać tą ścieżkę do ./configure próbowałem z opcją --with-courierauthconfig=ścieżka ale nie działa tak a w helpie nić o tym nie ma Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-root-check Allow build as root (make check will fail) --enable-utf7-folder-encoding Include support for IMAP folder encoding. --enable-unicode Include all unicode charset mappings. --enable-unicode=chset,chset... Include only the specified mappings. Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] --with-db=gdbm Use the GDBM library. --with-db=db Use the libdb.a library. |
Autor: | tasiorek [ niedziela, 2 kwietnia 2006, 13:16 ] |
Tytuł: | |
Dodaj ta sciezke do /etc/ld.so.conf i wpisz ldconfig |
Autor: | Gość [ niedziela, 2 kwietnia 2006, 20:25 ] |
Tytuł: | |
Dupa ciągle to samo może jest na to inna komenda niz --with-COURIERAUTHCONFIG=sciezka sam juz nie mam pojecia |
Autor: | Mis' [ niedziela, 2 kwietnia 2006, 20:37 ] |
Tytuł: | |
tu jest odpowiedź... sam ją tu wkleiłeś: configure: WARNING: === If courier-authlib is installed in a non-default configure: WARNING: === directory, set the COURIERAUTHCONFIG environment configure: WARNING: === variable to the full path to the courierauthconfig configure: WARNING: === binary and rerun this configure script. mógłbyś czytać to co ci program wyświetla... export COURIERAUTHCONFIG=/sciezka/plik ./configure --parametry |
Autor: | Gość [ niedziela, 2 kwietnia 2006, 21:13 ] |
Tytuł: | |
Owszem wiem co tam było napisane ale nie zawsze wiadomo jak to wcielić w życie ja np. nie znałem tego polecenia export... Nastepny błąd który się pojawił: configure: error: Unable to find your mime.types file, specify --enable-mimetypes. configure: error: /bin/sh './configure' failed for webmail Co to są mimetypes? I w tym wypadku co z tym zrobić? |
Autor: | Gość [ poniedziałek, 3 kwietnia 2006, 18:17 ] |
Tytuł: | |
Pomoże ktoś czy nie? |
Autor: | tasiorek [ poniedziałek, 3 kwietnia 2006, 18:35 ] |
Tytuł: | |
Nie goraczkuj sie. Wbrew pozorom nikt tu nie siedzi 24 godziny na dobe. Plik mime.types najprosciej to ujmujac przypisuje rozszerzenia do typow plikow. Ja sie z nim spotkalem w przypadku apache- okreslal czy plik powinien byc przeslany do php, czy odtworzony w przegladarce jako strona, czy moze jest to jakas binarka do sciagniecia. Tu masz domyslny mime.types: http://servers.digitaldaze.com/extensio ... .types.txt |
Strona 1 z 1 | Strefa czasowa UTC+2godz. |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |