<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 20, 2014 at 10:02 AM, Антон - <span dir="ltr"><<a href="mailto:mongoostic@yandex.ru" target="_blank">mongoostic@yandex.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello!<br>
<br>
I try it. By manual from <a href="http://wiki.freeradius.org/building/Build#Building-Debian-packages" target="_blank">http://wiki.freeradius.org/building/Build#Building-Debian-packages</a><br>
I did these steps:<br>
<br>
I'm install firebird-dev package.<br>
Result of command "sudo dpkg -L firebird-dev"<br>
/.<br>
/usr<br>
/usr/lib<br>
/usr/lib/i386-linux-gnu<br>
/usr/share<br>
/usr/share/doc<br>
/usr/include<br>
/usr/include/perf.h<br>
/usr/include/ibase.h<br>
/usr/include/iberror.h<br>
/usr/include/ib_util.h<br>
/usr/lib/i386-linux-gnu/libfbembed.so<br>
/usr/lib/i386-linux-gnu/libfbclient.so<br>
/usr/share/doc/firebird-dev<br>
<br>
then I fix debian/rules file in this part (added strings with word "firebird"):<br>
<br>
      ./configure $(confflags) \<br>
          --prefix=/usr \<br>
          --exec-prefix=/usr \<br>
          --mandir=$(mandir) \<br>
          --sysconfdir=/etc \<br>
          --libdir=$(libdir) \<br>
          --datadir=/usr/share \<br>
          --localstatedir=/var \<br>
          --with-raddbdir=$(raddbdir) \<br>
          --with-logdir=/var/log/$(package) \<br>
          --enable-ltdl-install=no --enable-strict-dependencies \<br>
          --with-large-files --with-udpfromto --with-edir \<br>
          --enable-developer \<br>
          --config-cache \<br>
          --without-rlm_eap_tnc \<br>
          --with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \<br>
          --with-rlm_sql_postgresql_include_dir=`pg_config --includedir` \<br>
          --with-rlm_sql_firebird \<br>
          --with-rlm_sql_firebird_lib_dir=`/usr/lib/i386-linux-gnu/` \<br>
          --with-rlm_sql_firebird_include_dir=`/usr/include/` \<br>
          --without-rlm_eap_ikev2 \<br>
          --without-rlm_sql_oracle \<br>
          --without-rlm_sql_unixodbc \<br>
          --with-system-libtool \<br>
          --with-system-libltdl<br>
<br>
But, firebird deb is absent, although other packages, such as mysql, postgresql is present.<br>
Why?<br>
Please tell me, where is my error?<br>
I would be very grateful for any help!<br>
<div class=""><div class="h5"></div></div></blockquote><div><br></div><div><br></div><div>Try logging the configure output (e.g. ./configure ... 2>&1 | tee /tmp/configure.log), and then look at that file and see what it says (e.g. does it find the firebird libs and headers).</div>
<div><br></div><div>There's a possibility that it DOES find it, but the libs got built into the main freeradius deb.</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>