forum.wfido.ru

forum.wfido.ru (http://forum.wfido.ru/index.php)
-   RU.HUSKY (http://forum.wfido.ru/forumdisplay.php?f=80)
-   -   ручная сборка (http://forum.wfido.ru/showthread.php?t=49696)

Sergey Anohin 26.03.2018 01:01

ручная сборка
 
Sergey Anohin написал(а) к All в Mar 18 23:51:27 по местному времени:

Нello!

Делаю сабж эхотага, но с PREFIX=/opt/fido, все собралось и заинсталлилось, но

# /opt/fido/bin/hpt
./hpt: error while loading shared libraries: libareafix.so.1.9: cannot open shared object file: No such file or directory

# ldd /opt/fido/bin/hpt
linux-vdso.so.1 => (0x00007fffe79e7000)
libareafix.so.1.9 => not found
libfidoconfig.so.1.9 => not found
libsmapi.so.2.5 => not found
libhusky.so.1.9 => not found
libc.so.6 => /lib64/libc.so.6 (0x00007f23528f3000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2352cc5000)

Где я нарукожопил?

# ls -la /opt/fido/lib
total 1988
drwxr-xr-x 2 root root 4096 Mar 25 23:15 .
drwxr-xr-x 6 root root 4096 Mar 25 23:12 ..
-r--r--r-- 1 root root 160198 Mar 25 23:15 libareafix.a
lrwxrwxrwx 1 root root 19 Mar 25 23:15 libareafix.so -> libareafix.so.1.9.0
lrwxrwxrwx 1 root root 19 Mar 25 23:15 libareafix.so.1.9 -> libareafix.so.1.9.0
-r-xr-xr-x 1 root root 93536 Mar 25 23:15 libareafix.so.1.9.0
-r--r--r-- 1 root root 1069202 Mar 25 23:14 libfidoconfig.a
lrwxrwxrwx 1 root root 22 Mar 25 23:14 libfidoconfig.so -> libfidoconfig.so.1.9.0
lrwxrwxrwx 1 root root 22 Mar 25 23:14 libfidoconfig.so.1.9 -> libfidoconfig.so.1.9.0
-r-xr-xr-x 1 root root 172560 Mar 25 23:14 libfidoconfig.so.1.9.0
-r--r--r-- 1 root root 134134 Mar 25 23:11 libhusky.a
lrwxrwxrwx 1 root root 17 Mar 25 23:11 libhusky.so -> libhusky.so.1.9.0
lrwxrwxrwx 1 root root 17 Mar 25 23:11 libhusky.so.1.9 -> libhusky.so.1.9.0
-r-xr-xr-x 1 root root 87184 Mar 25 23:11 libhusky.so.1.9.0
-r--r--r-- 1 root root 170074 Mar 25 23:13 libsmapi.a
lrwxrwxrwx 1 root root 17 Mar 25 23:13 libsmapi.so -> libsmapi.so.2.5.0
lrwxrwxrwx 1 root root 17 Mar 25 23:13 libsmapi.so.2.5 -> libsmapi.so.2.5.0
-r-xr-xr-x 1 root root 119048 Mar 25 23:13 libsmapi.so.2.5.0


С наилучшими пожеланиями, Sergey Anohin.

--- wfido

Sergey Anohin 26.03.2018 01:11

ручная сборка
 
Sergey Anohin написал(а) к Sergey Anohin в Mar 18 00:06:00 по местному времени:

Нello, Sergey!

SA> Где я нарукожопил?

Отвечаю сам себе: не дочитал немного ниже:

# Where libraries (both .a and .so files) should be placed
# You should take care that this directory is listed in the LD[b]LIBRARY[/b]PATН
# environment variable (if necessary, modify your /etc/profile file).
LIBDIR=$(PREFIX)/lib


С наилучшими пожеланиями, Sergey Anohin.

--- wfido

Alexandr Kruglikov 26.03.2018 10:21

Re: ручная сборка
 
Alexandr Kruglikov написал(а) к Sergey Anohin в Mar 18 10:11:46 по местному времени:

Привет, Sergey!

26 мар 18 00:06, Sergey Anohin писал(а) к Sergey Anohin:

SA>> Где я нарукожопил?
SA> Отвечаю сам себе: не дочитал немного ниже:
SA> # Where libraries (both .a and .so files) should be placed
SA> # You should take care that this directory is listed in the
SA> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify your
SA> /etc/profile file). LIBDIR=$(PREFIX)/lib

echo "/opt/fido/lib" > /etc/ld.so.conf.d/fido.conf
ldconfig

С наилучшими пожеланиями, Alexandr.

--- "GoldED+/LNX 1.1.5-b20170303" ---

Mihail Kapitanov 26.03.2018 16:01

ручная сборка
 
Mihail Kapitanov написал(а) к Sergey Anohin в Mar 18 14:10:42 по местному времени:


Нello Sergey!

26 Mar 18 00:06, you wrote to you:

SA>> Где я нарукожопил?
SA> Отвечаю сам себе: не дочитал немного ниже:

SA> # Where libraries (both .a and .so files) should be placed
SA> # You should take care that this directory is listed in the
SA> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify your
SA> /etc/profile file). LIBDIR=$(PREFIX)/lib

Можно, кстати, статически собрать, если место на диске позволяет.

Mihail


... macOS 10.13.3 (17D102) Darwin 17.4.0
--- GoldED+/OSX 1.1.5-b20170303

Sergey Anohin 26.03.2018 21:10

ручная сборка
 
Sergey Anohin написал(а) к Mihail Kapitanov в Mar 18 19:56:06 по местному времени:

Нello, Mihail!

SA>> # Where libraries (both .a and .so files) should be placed
SA>> # You should take care that this directory is listed in the
SA>> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify your
SA>> /etc/profile file). LIBDIR=$(PREFIX)/lib
MK> Можно, кстати, статически собрать, если место на диске позволяет.

пробовал с dinlibs=0 и с -static, вроде так же было

С наилучшими пожеланиями, Sergey Anohin.

--- wfido

Mihail Kapitanov 26.03.2018 22:01

ручная сборка
 
Mihail Kapitanov написал(а) к Sergey Anohin в Mar 18 20:49:00 по местному времени:


Нello Sergey!

26 Mar 18 19:56, you wrote to me:

SA>>> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify
SA>>> your /etc/profile file). LIBDIR=$(PREFIX)/lib
MK>> Можно, кстати, статически собрать, если место на диске позволяет.
SA> пробовал с dinlibs=0 и с -static, вроде так же было

DYNLIBS=0 в huskymak.cfg который в .. лежит.

Mihail


... macOS 10.13.3 (17D102) Darwin 17.4.0
--- GoldED+/OSX 1.1.5-b20170303

Alexey Vissarionov 26.03.2018 22:20

ручная сборка
 
Alexey Vissarionov написал(а) к Mihail Kapitanov в Mar 18 21:06:40 по местному времени:

Доброго времени суток, Mihail!
26 Mar 2018 20:49:00, ты -> Sergey Anohin:

SA>>>> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify
SA>>>> your /etc/profile file). LIBDIR=$(PREFIX)/lib
MK>>> Можно, кстати, статически собрать, если место на диске позволяет.
SA>> пробовал с dinlibs=0 и с -static, вроде так же было
MK> DYNLIBS=0 в huskymak.cfg который в .. лежит.

Важное уточнение. Патамушта есть еще один, секретный huskymak.cfg :-)


--
Alexey V. Vissarionov aka Gremlin from Kremlin
gremlin ПРИ gremlin ТЧК ru; +vii-cmiii-ccxxix-lxxix-xlii

... Не рой другому яму - перебьешь свой кабель
--- /bin/vi

Sergey Anohin 27.03.2018 00:51

ручная сборка
 
Sergey Anohin написал(а) к Mihail Kapitanov в Mar 18 23:06:27 по местному времени:

Нello, Mihail!

SA>>>> LD[b]LIBRARY[/b]PATН # environment variable (if necessary, modify
SA>>>> your /etc/profile file). LIBDIR=$(PREFIX)/lib
MK>>> Можно, кстати, статически собрать, если место на диске позволяет.
SA>> пробовал с dinlibs=0 и с -static, вроде так же было
MK> DYNLIBS=0 в huskymak.cfg который в .. лежит.

Опечатка, я его пробовал

С наилучшими пожеланиями, Sergey Anohin.

--- wfido

Sergey Anohin 27.03.2018 00:51

ручная сборка
 
Sergey Anohin написал(а) к Alexey Vissarionov в Mar 18 23:18:57 по местному времени:

Нello, Alexey!

AV> Важное уточнение. Патамушта есть еще один, секретный huskymak.cfg :-)

У тебя где-то был волшебный скрипт для конфигурирования фидо-софта, напомни плз где его сыскать?


С наилучшими пожеланиями, Sergey Anohin.

--- wfido

Alexey Vissarionov 27.03.2018 01:11

ручная сборка
 
Alexey Vissarionov написал(а) к Sergey Anohin в Mar 18 23:53:52 по местному времени:

Доброго времени суток, Sergey!
26 Mar 2018 23:18:56, ты -> мне:

AV>> есть еще один, секретный huskymak.cfg :-)
SA> У тебя где-то был волшебный скрипт для конфигурирования фидо-софта,

Когда-то был...

SA> напомни плз где его сыскать?

Дозрею - сделаю частью эхотага. А пока могу предложить взять набор конфигов из [url]http://download.huskyproject.org/etc[/url] и пройтись по ним sed'ом.


--
Alexey V. Vissarionov aka Gremlin from Kremlin
gremlin ПРИ gremlin ТЧК ru; +vii-cmiii-ccxxix-lxxix-xlii

... Зеленого змия - в Красную книгу
--- /bin/vi


Текущее время: 11:37. Часовой пояс GMT +4.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot