#6 07.04.07 21:21
Re: Мандрива 2007
Народ, у меня перестала загружаться графическая оболочка: работал нормально, а потом система зависла, перезагрузил, загрузка дошла до входа в систему, ввел свой логин и все - не грузится. менял графические "менеджеры" (как правильно не знаю, короче KDE, Drak3D и тп). консоль работает, в ней сохранились команды с сеанса Galileo (в этом сеансе устанавливал дрова ATI (зачем??!! балда) и wine). переустанавливать не жалко, но не думаю что фатально это все. Что сделать то можно?
Offline
#10 10.04.07 00:31
#11 10.04.07 03:06
#12 10.04.07 10:16
#13 10.04.07 13:16
#14 10.04.07 15:45
#15 10.04.07 17:39
Re: Мандрива 2007
Galileo написал(а):
Radeon 9250. До воскресенья у меня стояла мандрива на этом же компе, ставлю с того же образа и нифига
Ati под линукс - фтопку. Это такое гавно, что пожалеете раз 20 когда линь поставите... NVidia видюхи лучше.
Offline
#16 10.04.07 18:03
#17 11.04.07 07:55
Re: Мандрива 2007
Himik, там под рутом так просто не зайдешь - надо в главном меню перейти в консоль от туда уже залогиниться рутом а опосля уже KDE ( или что там у вас )
дрова нас сайтах произврдителей видюх качай. тока перед тем как их ставить найди в инете инструкцию для своего дистрибутива - иначе проблем не оберешься
Исправлено Houl (11.04.07 07:56)
Offline
#18 11.04.07 13:30
#19 13.04.07 18:35
#20 13.04.07 18:50
Re: Мандрива 2007
Galileo написал(а):
Что с Оперой с Мандриве? Поставил Оперу Оpera-7.23-20031119.5-shared-qt.i386-en. Так она очень мелко все отображае, при нажатии NL+ буквы увеличиваются, но выпадающие менюшки хостела при этом становятся огромными. Че делать?
А зачем такое старье? Уже 9.02 есть.
Offline
#21 13.04.07 19:14
#22 13.04.07 19:28
Re: Мандрива 2007
Com[N-Line] написал(а):
А зачем такое старье? Уже 9.02 есть.
Давно уже есть 9.10, а позавчера вышел релиз 9.20.
где взять - opera.com
Offline
#23 13.04.07 19:37
#24 13.04.07 19:47
#25 14.04.07 01:56
Re: Мандрива 2007
Galileo написал(а):
Объясните линукс-ламеру пожалуйста как устанавливать (компиллировать) проги в Мандриве (и вообще в линуксе)?
обычно в папке с сорсами есть README или INSTALL...
в самом простом случае требуется сконфигурировать будущую прогу под твою систему с помощью ./configure
потом make
и потом su -c "make install"
Offline
#26 14.04.07 14:59
#27 15.04.07 00:09
Re: Мандрива 2007
Galileo,исходники куда хочешь. Можно в свой домашник, можно в /usr/src
Offline
#28 15.04.07 00:14
#29 15.04.07 22:49
#30 15.04.07 22:56
#31 15.04.07 23:36
#32 15.04.07 23:52
Re: Мандрива 2007
Андрей Хаммер,
в readme
2.1 Basic Installation
----------------------
cd xmms-1.2.8
./configure
make
make install
This will put the binary in /usr/local/bin and plugins in
/usr/local/lib/xmms/
в install
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Offline
#33 15.04.07 23:58
Re: Мандрива 2007
Ну вот. Все написано.
1. смотрим опции, хелп:
./configure --help
2. включаем нужное, отключаем не нужное (либо по дефолту ./configure):
./configure --enable-bla-bla-bla
3. собираем:
make
4. инсталим и потом удаляем с исходников бинарники:
make install && make clean
Offline
#34 16.04.07 00:01
#35 16.04.07 00:04
Re: Мандрива 2007
Что установить: эти команды выполняешь в каталоге с исходниками проги, она и установливается.
Куда установить: смотри ./configure --help, там есть опция --prefix, по дефолту префикc это /usr/local
Offline
#36 16.04.07 00:28
#37 16.04.07 01:55
Re: Мандрива 2007
http://hostel.nstu.ru/mirrors/linuxfaq/
Ну, или ко мне заходи))) Я те ссылочек подкину иногда, на крайний случай)))
Offline
#38 16.04.07 15:35
#39 16.04.07 18:31
Re: Мандрива 2007
[galileo@localhost x11amp-0.9-beta1.1]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for object suffix... o
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... none
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/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... no
checking for objdir... .libs
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
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 for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.0 not installed - please install first ***
в этом ошибка неустановки наверно. где взять? В readMe:
These libraries are needed to compile x11amp!!
gtk/glib 1.2.0 or better.
get it here: ftp://ftp.gtk.org/pub/gtk/v1.2/
For you libc5 users you'll need these extra things.
gnu gettext 0.10 (use configure --with-gnu-gettext)
get it here: ftp://prep.ai.mit.edu/pub/gnu/gettext/g … .10.tar.gz
linuxthreads 0.71
get it here: http://www.x11amp.bz.nu/files/linuxthreads.tar.gz
Thread safe Xlibs! dunno where to find them or if this work.. drop me
an email about it.. Crocodile@x11amp.bz.nu
сразу говорю - инета нет, хотя найти можно
Offline
#40 16.04.07 18:51
#41 16.04.07 19:01
#42 17.04.07 04:05
#43 17.04.07 13:54
Re: Мандрива 2007
Galileo написал(а):
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.0 not installed - please install first ***
Offline

