The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"Не могу установить MRTG."
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"Не могу установить MRTG."  
Сообщение от Jewels (??) on 10-Май-06, 12:36 
Добрый день!
Воспользовавшись поиском нашел подобный вопрос, но увы - ответа на него нет.
Устанавливаю mrtg-2.14.3 на FreeBSD 5.3
Предварительно установил : gd-2.0.33 ,  libpng-1.0.15 , zlib
При установке ругается:

checking for gdImageGif in -lgd... no
checking for gdImagePng in -lgd... no
checking for gdImagePng_jpg in -lgd... no
checking for gdImagePng_jpg_ft in -lgd... no
checking for gdImageGd in -lgd... no
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes

** Ooops, one of many bad things happened:
   a)  You don't have the GD library installed.
       Get it from http://www.boutell.com, compile it and
       use either --with-gd-lib=DIR and --with-gd-inc=DIR to specify
       its location. You might also have to use --with-z-inc,
             --with-z-lib and --with-png-inc, --with-png-lib for gd
             versions 1.6 and higher.  Check config.log for more
       information on the problem.
   b)  You have the GD library installed, but not the gd.h
       header file.  Download the source (see above) and use
       --with-gd-inc=DIR to specify where the file can be found.
   c)  You have the library and the header file installed, but
       you also have a shared GD library in the same directory.
       Remove the shared library files and/or links (e.g.
       libgd.so.2.0.0, libgd.so and libgd.so.2).  This is especially
             likely if you're using a recent (post 1.8.4) version of GD
       and didn't configure it with --disable-shared.
   d)  You have gd library installed and also it's headers, but you are
       missing libpng (and headers) or freetype (and headers)
       (mrtg does not use freetype, but if your copy of gd is precompiled
       against it, you have to install it ...

Запускал непосредственно с дорожкой:
./configure --prefix=/usr/local/mrtg-2 --with-gd=/usr/local/include
файл gd.h видит.  
вроде все проверил, переустановил библиотеки заново.  Все одно ругается.
как проверить установку библиотек? что смотреть??
кто сталкивался с подобным, подскажите плиз.
  

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "Не могу установить MRTG."  
Сообщение от pagan on 10-Май-06, 13:12 
так эта:
cd /usr/ports/net-mgmt/mrtg
make install
Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

2. "Не могу установить MRTG."  
Сообщение от Jewels (??) on 10-Май-06, 14:50 
>так эта:
>cd /usr/ports/net-mgmt/mrtg
>make install


то же самое!
checking for gdImageGif in -lgd... no
checking for gdImagePng in -lgd... no
checking for gdImagePng_jpg in -lgd... no
checking for gdImagePng_jpg_ft in -lgd... no
checking for gdImageGd in -lgd... no
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes

** Ooops, one of many bad things happened:

   a)  You don't have the GD library installed.
       Get it from http://www.boutell.com, compile it and
       use either --with-gd-lib=DIR and --with-gd-inc=DIR to specify
       its location. You might also have to use --with-z-inc,
             --with-z-lib and --with-png-inc, --with-png-lib for gd
             versions 1.6 and higher.  Check config.log for more
       information on the problem.

   b)  You have the GD library installed, but not the gd.h
       header file.  Download the source (see above) and use
       --with-gd-inc=DIR to specify where the file can be found.

   c)  You have the library and the header file installed, but
       you also have a shared GD library in the same directory.
       Remove the shared library files and/or links (e.g.
       libgd.so.2.0.0, libgd.so and libgd.so.2).  This is especially
             likely if you're using a recent (post 1.8.4) version of GD
       and didn't configure it with --disable-shared.

   d)  You have gd library installed and also it's headers, but you are
       missing libpng (and headers) or freetype (and headers)
       (mrtg does not use freetype, but if your copy of gd is precompiled
       against it, you have to install it ...

   Consider following the instructions in doc/mrtg-unix-guide.txt
===>  Script "configure" failed unexpectedly.
Please report the problem to demon@FreeBSD.org [maintainer] and attach the
"/usr/ports/net-mgmt/mrtg/work/mrtg-2.13.2/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/net-mgmt/mrtg.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

3. "Не могу установить MRTG."  
Сообщение от Skif (??) on 10-Май-06, 18:38 
в читайтесь в пункты c) и d) там все разжевано, что вывод make и подтверждает в предвариловке.
Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

4. "Не могу установить MRTG."  
Сообщение от PavelR email(??) on 10-Май-06, 22:24 
>Добрый день!
>Воспользовавшись поиском нашел подобный вопрос, но увы - ответа на него нет.
>
>Устанавливаю mrtg-2.14.3 на FreeBSD 5.3
>Предварительно установил : gd-2.0.33 ,  libpng-1.0.15 , zlib


Если бы предварительная установка происходила бы с использованием дерева портов - то проблем бы никаких не возникало.

Тоесть, вышеперечисленные библиотеки в систему установлены некорректно, проблема в этом.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

5. "Не могу установить MRTG."  
Сообщение от Jewels (??) on 11-Май-06, 08:19 
>То есть, вышеперечисленные библиотеки в систему установлены некорректно, проблема в этом.

Вот спасибо! Имено то, что надо. Я не понял где ошибка была, так как ничего не ругалось,
но после переустановки с портов все встало на места.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру