Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: http xslt module - не находит би блиотеку
Hello!
On Thu, Mar 11, 2010 at 06:43:52AM -0500, kima wrote:
> ОС Solaris 10 . При конфигурировании, не находит библиотеки
> libxml2\libxslt . Ставил их через pkg-get . В PATH,
> LD_LIBRARY_PATH - библиотеки есть.
>
> это вывод ошибки:
> checking for libxslt ... not found
> checking for libxslt in /usr/local/ ... not found
> checking for libxslt in /usr/pkg/ ... not found
> checking for libxslt in /opt/local/ ... not found
>
> ./configure: error: the HTTP XSLT module requires the libxml2/libxslt
> libraries. You can either do not enable the module or install the libraries.
>
> как можно видеть в /opt/scw/lib почему-то даже и не пытается искать.
Видимо, всё-таки /opt/csw?
> Может быть все-таки как-то можно собрать с этим модулем?
Если вам нужно искать библиотеки не там, где nginx ищет их по
умолчанию, используйте параметры configure --with-cc-opt и
--with-ld-opt для задания дополнительных опций компилятору и ld
соответственно.
Как-то так:
./configure --with-cc-opt="-I /path/to/include" --with-ld-opt="-L /path/to/lib" ...
Ну или то же самое можно засунуть в CFLAGS/LDFLAGS.
Maxim Dounin
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|