Galats 0 Posted 2010-01-03 12:55:03 Share Posted 2010-01-03 12:55:03 Раньше пользовался Traffic Inspector сн\ейчас решил перейти на бесплатное ПО. В линуксе я новичок. Поставил Ubuntu server, Xubuntu-desktop Пытаюсь установить stg 2.406 Поставил пакет libexpat При сборке ./build Появляются такие ошибка в чем может быть дело? Building STG 2.4 for Linux ############################################################################# Checking endianess... Little Endian Checking for -lexpat... yes Checking for -lfbclient... no Checking for mysql_config... no Checking for -lmysqlclient... no Checking for pg_config... no Checking for -lpq... no deps:1: *** пропущен разделитель. Останов. root@ubuntu:/home/test/Загрузки/stargazer/stg-2.406/projects/stargazer# Link to post Share on other sites
yKpon 8 Posted 2010-01-03 14:53:08 Share Posted 2010-01-03 14:53:08 aptitude install gcc g++ make libexpat libexpat1-dev expat Link to post Share on other sites
Galats 0 Posted 2010-01-03 22:09:41 Author Share Posted 2010-01-03 22:09:41 aptitude install gcc g++ make libexpat libexpat1-dev expat Я решил проблему вот этой инструкцией. http://forum.ubuntu.ru/index.php?topic=70619.0 все получилось установилосьбез проблем Спасибо за помощь. Вероятно действительно чего0то не доставил Link to post Share on other sites
madf 279 Posted 2010-01-04 09:17:43 Share Posted 2010-01-04 09:17:43 Нет, там достаточно было make clean сделать. Видимо остался мусор от предыдущих неудачных сборок. Link to post Share on other sites
Galats 0 Posted 2010-01-06 16:42:31 Author Share Posted 2010-01-06 16:42:31 Вышел из этой ситуации следующим скриптом. ТАк что скрипт за вас и скачает stg и установит + необходимые библиотеки. apt-get install gcc # ставим пакеты нужные для сборки, установки apt-get install gccxml apt-get install expat apt-get install expat*-dev apt-get install make ln -s /usr/bin/make /usr/bin/gmake # создаем ссылку gmake на файл make cd /root # смена каталога на /root mkdir BILLING # создаем каталог BILLING cd /root/BILLING # смена каталога на /root/BILLING wget http://stg.dp.ua/download/server/2.406/stg-2.406.src.tgz # скачиваем stargazer v2.406 tar -zxvf stg-2.406.src.tgz # распаковка скачаного архива cd /root/BILLING/stg-2.406/projects/stargazer # смена каталога # сборка и установка ./build make install Link to post Share on other sites
madf 279 Posted 2010-01-06 19:38:46 Share Posted 2010-01-06 19:38:46 gccxml не нужен Симлинк gmake не нужен Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now