<?xml version="1.0" encoding="koi8-r"?>
<rss version="0.91">
<channel>
    <title>OpenForum RSS: помогите разобраться со сборкой php на freebsd</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html</link>
    <description>возникла необхожимость перресобрать пхп. скачал дистр php-5.0.4, запускаю с таким конфом:&lt;br&gt;&lt;br&gt;./configure --with-config-file-path=/etc/php.ini --with-apxs2=/usr/local/apache2/bin/apxs --with-mod_charset --enable-magic-quotes --enable-libgcc --with-openssl=/usr/local/ssl --with-zlib --enable-bcmath --enable-calendar --with-curl --with-curlwrappers --enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-gettext --enable-mbstring --with-mcrypt --with-mysql --enable-sockets --with-gnu-ld&lt;br&gt;&lt;br&gt;вылетает с ошибкой:&lt;br&gt;&lt;br&gt;checking for MySQL support... yes&lt;br&gt;checking for specified location of the MySQL UNIX socket... no&lt;br&gt;checking for MySQL UNIX socket location... /tmp/mysql.sock&lt;br&gt;checking for mysql_close in -lmysqlclient... no&lt;br&gt;checking for mysql_error in -lmysqlclient... no&lt;br&gt;configure: error: mysql configure failed. Please check config.log for more information.&lt;br&gt;&lt;br&gt;в config.log пишут:&lt;br&gt;&lt;br&gt;configure:56611: checking for mysql_close in -lmys</description>

<item>
    <title>помогите разобраться со сборкой php на freebsd (Nahlebnik)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#6</link>
    <pubDate>Fri, 20 Aug 2010 13:30:40 GMT</pubDate>
    <description>&amp;gt;&amp;gt;configure:56630: gcc -o conftest -g -O2 -R/usr/local/lib/mysql -L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib -R$ &lt;br&gt;&amp;gt;&amp;gt;/usr/bin/ld: cannot find -lltdl&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;тут видимо либтулл не установлен, вот и ругается &lt;br&gt;&lt;br&gt;или libtool или сам lltdl - в коллекции портов он вынесен отдельно ( /usr/ports/devel/libltdlXX&lt;br&gt;</description>
</item>

<item>
    <title>помогите разобраться со сборкой php на freebsd (mistic)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#5</link>
    <pubDate>Mon, 07 Apr 2008 06:11:02 GMT</pubDate>
    <description>&amp;gt;configure:56630: gcc -o conftest -g -O2 -R/usr/local/lib/mysql -L/usr/local/lib/mysql -R/usr/local/lib -L/usr/local/lib -R$ &lt;br&gt;&amp;gt;/usr/bin/ld: cannot find -lltdl&lt;br&gt;&lt;br&gt;тут видимо либтулл не установлен, вот и ругается&lt;br&gt;</description>
</item>

<item>
    <title>помогите разобраться со сборкой php на freebsd (nil)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#4</link>
    <pubDate>Fri, 26 Aug 2005 07:27:56 GMT</pubDate>
    <description>ещё забыл. мускул ставил по туториалу отсюда&lt;br&gt;http://www.tutorial.ru/index.php/tutorial/13/</description>
</item>

<item>
    <title>помогите разобраться со сборкой php на freebsd (nil)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#3</link>
    <pubDate>Fri, 26 Aug 2005 07:11:48 GMT</pubDate>
    <description>попробовал так &lt;br&gt;&lt;br&gt;./configure --with-config-file-path=/etc/php.ini --with-apxs2=/usr/local/apache2/bin/apxs --with-mod_charset --enable-magic-quotes --enable-libgcc --with-openssl=/usr/local/ssl --with-zlib --enable-bcmath --enable-calendar --with-curl --with-curlwrappers --enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-gettext --enable-mbstring --with-mcrypt --with-mysql=/usr/local/lib/mysql --enable-sockets --with-gnu-ld&lt;br&gt;&lt;br&gt;таже бодяга&lt;br&gt;&lt;br&gt;посмотрел ls /usr/local/lib/mysql. директория есть, но она пустая.. какие файлы там должны быть? может их руками с дистра туда скопировать?&lt;br&gt;&lt;br&gt;порты штука классная, но я так и не нашёл как при сборке пхп мне указать все те параметры которые я указываю для ./configure</description>
</item>

<item>
    <title>помогите разобраться со сборкой php на freebsd (Simps)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#2</link>
    <pubDate>Fri, 26 Aug 2005 07:02:26 GMT</pubDate>
    <description>&amp;gt;возникла необхожимость перресобрать пхп. скачал дистр php-5.0.4, запускаю с таким конфом: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;./configure --with-config-file-path=/etc/php.ini --with-apxs2=/usr/local/apache2/bin/apxs --with-mod_charset --enable-magic-quotes --enable-libgcc --with-openssl=/usr/local/ssl --with-zlib --enable-bcmath --enable-calendar --with-curl --with-curlwrappers &lt;br&gt;&amp;gt;--enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-gettext --enable-mbstring &lt;br&gt;&amp;gt;--with-mcrypt --with-mysql --enable-sockets --with-gnu-ld &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;вылетает с ошибкой: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;checking for MySQL support... yes &lt;br&gt;&amp;gt;checking for specified location of the MySQL UNIX socket... no &lt;br&gt;&amp;gt;checking for MySQL UNIX socket location... /tmp/mysql.sock &lt;br&gt;&amp;gt;checking for mysql_close in -lmysqlclient... no &lt;br&gt;&amp;gt;checking for mysql_error in -lmysqlclient... no &lt;br&gt;&amp;gt;configure: error: mysql configure failed. Please check config.log for more information. &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;в config.log пишут: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;configure:56611: c</description>
</item>

<item>
    <title>помогите разобраться со сборкой php на freebsd (Бармалей)</title>
    <link>https://opennet.dev/openforum/vsluhforumID8/3542.html#1</link>
    <pubDate>Fri, 26 Aug 2005 01:41:12 GMT</pubDate>
    <description>&amp;gt;возникла необхожимость перресобрать пхп. скачал дистр php-5.0.4, запускаю с таким конфом: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;./configure --with-config-file-path=/etc/php.ini --with-apxs2=/usr/local/apache2/bin/apxs --with-mod_charset --enable-magic-quotes --enable-libgcc --with-openssl=/usr/local/ssl --with-zlib --enable-bcmath --enable-calendar --with-curl --with-curlwrappers &lt;br&gt;&amp;gt;--enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-gettext --enable-mbstring &lt;br&gt;&amp;gt;--with-mcrypt --with-mysql --enable-sockets --with-gnu-ld &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;вылетает с ошибкой: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;checking for MySQL support... yes &lt;br&gt;&amp;gt;checking for specified location of the MySQL UNIX socket... no &lt;br&gt;&amp;gt;checking for MySQL UNIX socket location... /tmp/mysql.sock &lt;br&gt;&amp;gt;checking for mysql_close in -lmysqlclient... no &lt;br&gt;&amp;gt;checking for mysql_error in -lmysqlclient... no &lt;br&gt;&amp;gt;configure: error: mysql configure failed. Please check config.log for more information. &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;в config.log пишут: &lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;configure:56611: c</description>
</item>

</channel>
</rss>
