Nowe posty

xx Dystrybucja pod HP Omen (6)
Wczoraj o 23:30:08
xx [Poradnik] Wyszukiwanie Sterowników (2)
Wczoraj o 21:08:23
lamp Problem z Linux Lite po instalacji (0)
Wczoraj o 19:50:30
xx Ile pingwinów? (1)
Wczoraj o 08:59:24
xx konfiguracja pale moon (0)
2024-03-24, 21:53:42
xx Plasma 6 w Neonie ssie trochę mniej ... (10)
2024-03-23, 02:38:11
xx problem z instalacja sterowników do karty sieciowej (3)
2024-03-18, 18:10:16
xx Plik abc.001 (1)
2024-03-17, 17:48:27
xx Zlecę dopracowanie programu w MatLab (0)
2024-03-13, 15:28:40
xx Linux Mint 21.3 XFCE brak dźwieku po paru minutach (karta muzyczna zintegrowana) (5)
2024-03-12, 23:07:01

Autor Wątek: Problem z dyskietkami  (Przeczytany 351 razy)

kulbi

  • Gość
Problem z dyskietkami
« dnia: 2006-02-27, 21:49:59 »
oto co mi wywaliło ./configure w kadu - co może brakować?


[root@localhost kadu]# ./configure

 ***************************************
 * Configuring Kadu, please wait . . . *
 ***************************************
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking if execinfo is in libc... yes
checking for pthread_create in -lpthread... yes
checking if libpng is in system directories... yes
checking if qwidget.h header is in system directories... no
checking for qwidget.h in specified directiories... found in /usr/lib/qt3//include
checking if libqt-mt is in system directories... no
checking if libqt-mt is in specified directories:      /usr/lib/qt3//lib     /usr/lib/qt3/lib     /usr/lib/qt/lib     /usr/local/qt/lib     /usr/local/lib     /usr/lib      /usr/lib/qt     /usr/share/qt3/lib     /usr/X11R6/lib     /sw/lib        /usr/lib/qt3     /usr/X11R6/lib/qt     /usr/X11R6/lib/qt3     /usr/lib/qt3/lib64... found in /usr/lib/qt3//lib
checking for moc in specified directiories... found in /usr/lib/qt3//bin
checking for lrelease in specified directiories... found in /usr/lib/qt3//bin
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for error_at_line... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for memset... yes
checking for mkdir... yes
checking for sqrt... no
checking for strdup... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in kadu-stdint.h (assuming C99 compatible system)

 ******************************************
 * Configuring modules, please wait . . . *
 ******************************************

>>> Configuring docking module...
MODULE_LIBS:
MODULE_LIBS_PATH:
MODULE_INCLUDES:
MODULE_INCLUDES_PATH:
MODULE_CXXFLAGS:        -fno-exceptions -pipe -Wall  -s
MODULE_LDFLAGS:
MODULE_TOOLS:
MODULE_CONFIGURE_CMD:

>>> Configuring notify module...
MODULE_LIBS:
MODULE_LIBS_PATH:
MODULE_INCLUDES:
MODULE_INCLUDES_PATH:
MODULE_CXXFLAGS:        -fno-exceptions -pipe -Wall  -s
MODULE_LDFLAGS:
MODULE_TOOLS:
MODULE_CONFIGURE_CMD:

>>> Configuring sound module...
MODULE_LIBS:           sndfile
MODULE_LIBS_PATH:      /usr/local/lib /usr/lib
MODULE_INCLUDES:       sndfile.h
MODULE_INCLUDES_PATH:  /usr/local/include /usr/include
MODULE_CXXFLAGS:        -fno-exceptions -pipe -Wall  -s
MODULE_LDFLAGS:
MODULE_TOOLS:
MODULE_CONFIGURE_CMD:
echo -e \\"#include nint main(){n#ifdef SNDFILE_1nprintf(\\"1n\\");n#elsenprintf(\\"0n\\");n#endifnreturn 0;}n\\" > sndfiletest.c
$CC $MODULE_CXXFLAGS sndfiletest.c -o sndfiletest
ret=`./sndfiletest`
rm -f sndfiletest sndfiletest.c
if [ \\"$ret\\" != \\"1\\" ]; then
        echo \\"your libsndfile headers are too OLD, get libsndfile >= 1.0\\"
        exit 1
fi
checking if libsndfile is in system directories... no
checking if libsndfile is in specified directories:  /usr/local/lib /usr/lib... not found
configure: error: libsndfile not found!
[root@localhost kadu]#

sys

  • Gość
Problem z dyskietkami
« Odpowiedź #1 dnia: 2006-02-27, 21:53:06 »
www.kadu.net wez lepiej paczkę pod swoją dystrybucję jeśli nie umiesz wyczytać z konsoli co jest nie tak :/

zebra

  • Gość
Problem z dyskietkami
« Odpowiedź #2 dnia: 2006-02-27, 22:12:15 »
> checking if libsndfile is in system directories... no
 > checking if libsndfile is in specified directories:  /usr/local/lib /usr/lib... not found
 > configure: error: libsndfile not found! <- tu napisało czego brak!!!
 > [root@localhost kadu]#  

http://rpm.pbone.net/
 szukasz to czego brak ( w tym wypadku libsndfile), i jaki pakiet pasujący do twojej dystrybucji to zawiera. Potem szukasz tego pakietu na płytach instalacyjnych (jest pewniejsze, że bedzie pasował) a jak tego nie ma na płytach to ściagasz z pbone. Instalujesz pakiet.
Potem od nowa ./configure
Znowu cos wypluje, czego mu brak, więc tego szukasz. Tak kilka razy, aż configure napisze, zebys zrobił make.

bula87

  • Gość
Problem z dyskietkami
« Odpowiedź #3 dnia: 2006-02-27, 23:35:13 »
Dokladnie... mialem ten sam problem ale juz dawno go rozwiazalem bo poszukalem na forum na www.kadu.net - tam jest wszystko ladnie opisane... i przyszlosciowo jesli wywali ci blad libssl to w pliku .config wylacz opcje module_encryprion=m   =>  czyli m zmien na n
i to by bylo na tyle...

bula87

  • Gość
Problem z dyskietkami
« Odpowiedź #4 dnia: 2006-02-27, 19:30:17 »
Wiec zainstalowalem linuxa po raz pierwszy (Mandriva 2005 LE) iwec uczac sie jego obslugi instalowalem programy, biblioteki do nich potrzebne itp.. nie wiem czy to przez moje czynnosci ale nagle przestaly mi sie automatycznie montowac dyskietki i cd-rom... przebolalem ta strate bo zawsze mozna montowac recznie. wiec cdrom mi sie ladnie montuje ale przy dyskietkach wystepuja mi bledy:

[root@localhost wojtek]# mount /mnt/ados
mount: block device /dev/fd0 is write-protected, mounting read-only
mount: /dev/fd0: can't read superblock

Dyskietka jest sprawna(dziala pod windowsem), nie jest zabezpieczona przed zapisem.
poj plik fstab wyglada nastepujaco:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda1 / ext3 noatime 1 1
/dev/hda6 /home ext3 noatime 1 2
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto 0 0
/dev/fd0 /mnt/ados msdos user,noauto 0 0
/dev/fd0 /mnt/alin ext2 user,noauto 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

THX za pomoc.