• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Kompilacja Debiann.

Status
Not open for further replies.

Zombiexon

Member
Joined
Mar 12, 2011
Messages
220
Reaction score
7
Location
/home/var/
Witam,
Mam problem z zainstalowaniem bibliotek do Debiana, a dokładnie po wisaniu komendy
Code:
apt-get install libboost1.42-all-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1 libsqlite0-dev libsqlite3-dev sqlite3 libmysql++-dev libmysqlclient-dev mysql-client-5.1 mysql-server-5.1 mysql-common libxml2-dev libxml++2.6-dev cpp gcc g++ make automake autoconf pkg-config subversion liblua5.1-sql-mysql-dev liblua5.1-sql-sqlite3-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++8

Wywala mi :
PHP:
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
E: Nie udało się odnaleźć pakietu libboost1.42-all-dev


Robię wszystko zgodnie z poradnikiem,
Kompilacja silnika TFS na systemie Linux (Debian Lenny 5.0)

A mimo to nadal występuje owy błąd.


ps. Link trzeba skopiować i wkleić do innej karty aby strona chodziła, otland blokuje;)
 
Debian 5 i686 , 32bit

Jak zmienię na inne sources.list to brakuje wtedy libcrypto++8
 
Last edited:
Up/ nie, ale przy instalacji z tych sources list to potem błędów jest od chuja, i nie mogę potem nawet użyć komendy apt-get etc.
w sumie 90% brakuje, nie wiem skąd wziąć poprawne srclist aby all dobrze chodziło.

Edit: użyłem na standardowych scrlist i wyszło:

libcryptokit-ocaml-dev - cryptographic algorithm library for OCaml - development
libcryptokit-ocaml - cryptographic algorithm library for OCaml - runtime
libcrypto++-dev - General purpose cryptographic C++ library - development
libcrypto++-doc - General purpose cryptographic library - documentation
libcrypto++-utils - General purpose cryptographic library - utilities and data files
libcrypto++7 - General purpose cryptographic shared library
libssl-dev - SSL development libraries, header files and documentation
libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
libssl0.9.8 - Biblioteki współdzielone SSL
 
Last edited:
Up/ nie, ale przy instalacji z tych sources list to potem błędów jest od chuja, i nie mogę potem nawet użyć komendy apt-get etc.
w sumie 90% brakuje, nie wiem skąd wziąć poprawne srclist aby all dobrze chodziło.

Edit: użyłem na standardowych scrlist i wyszło:

Czyli znajduje liba w repo, go apt-get install librypto++-dev.
 
Hmm , może i wykrywa ale 90% rzeczy to już nie. Posiada ktoś dobre repo, do otsów ?

Code:
deb http://backports.debian.org/debian-backports lenny-backports main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ stable main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ lenny-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ lenny-updates main non-free contrib
deb-src http://packages.debian.org/sid/libstdc++6 etch main non-free contrib
 
Up/ Thx , w końcu śmiga jak należy.

A teraz następny problem, robiąc dalej wg. poradnika wyskakuje mi błąd kiedy każą wpisać ./autogen.sh to wywala.
"-bash: ./autogen.sh: Nie ma takiego pliku ani katalogu"
 
Po użyciu ./autogen.sh

./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'


Po ./configure

14040:/home/ots/trunk/src# ./configure --enable-mysql --enable-sqlite --enable-remote-control --enable-server-diag
configure: WARNING: unrecognized options: --enable-remote-control, --enable-server-diag
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for floor... yes
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.5... yes (version 2.7.8)
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
configure: error: "GMP header not found."
 
Last edited:
sproboj zainstalowac cos takiego i nadaj chmody

apt-get install ia32-libs

potem

Chmod +x ./autogen.sh
 
Up
Działa, Ots się skompilował.



Mam problem z phpmyadminem a dokładnie jak wchodzę localhost/phpmyadmin
to chce mi pobierać jakis plik o nazwie "_z8k7t_Sx.part" hmm o co be?;]

I jak to wszystko skonfigurować aby apache odpalał mysql+obsługe php5 etc,
all jest zainstalowane ale coś nie chodzi poprawnie .
 
Last edited:
Up
Działa, Ots się skompilował.



Mam problem z phpmyadminem a dokładnie jak wchodzę localhost/phpmyadmin
to chce mi pobierać jakis plik o nazwie "_z8k7t_Sx.part" hmm o co be?;]

I jak to wszystko skonfigurować aby apache odpalał mysql+obsługe php5 etc,
all jest zainstalowane ale coś nie chodzi poprawnie .

apt-get install mysql-server mysql-client php5
 
@Up

Robiłem już to, lecz to nie chodzi, nie mam pojęcia dlaczego, wszystkie usługi zostały zainstalowane prawidłowo .
 
ja mam znowu taki blad podczas instalowania mysql chodzi o downgrade co mam zrobic


Aborting downgrade from (at least) 5.1 to 5.0.
dpkg: błąd przetwarzania /var/cache/apt/archives/mysql-server-5.0_5.0.51a-24+lenny5_amd64.deb (--unpack):
podproces nowy skrypt pre-installation zwrócił kod błędu 1
Wystąpiły błędy podczas przetwarzania:
/var/cache/apt/archives/mysql-server-5.0_5.0.51a-24+lenny5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
 
Up
Działa, Ots się skompilował.



Mam problem z phpmyadminem a dokładnie jak wchodzę localhost/phpmyadmin
to chce mi pobierać jakis plik o nazwie "_z8k7t_Sx.part" hmm o co be?;]

I jak to wszystko skonfigurować aby apache odpalał mysql+obsługe php5 etc,
all jest zainstalowane ale coś nie chodzi poprawnie .

apt-get install libapache2-mod-php5
 
Status
Not open for further replies.
Back
Top