hello Olly<br>
<br>
this is my reply to ur queries:<br><br><div><span class="gmail_quote">On 3/16/06, <b class="gmail_sendername">Olly Betts</b> &lt;<a href="mailto:olly@survex.com">olly@survex.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Mar 15, 2006 at 11:00:38AM +0000, John Wards wrote:<br>&gt; Have you put:<br>&gt;<br>&gt; extension=xapain.so<br><br>xapian, not xapain!<br>---------------------------------------------------------------------------------------------------
</blockquote><div>that was a typo <br>
</div>------------------------------------------------------------------------------------------------------<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; In your php.ini file? (next to the mysql ones etc at the bottom on the<br>&gt; php.ini usually)</blockquote><div><br>
<br>
</div>This is an alternative to using dl().&nbsp;&nbsp;If you list an extension in<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">php.ini, then it will always get loaded.&nbsp;&nbsp;If you use dl(), it's only<br>loaded by scripts which want it.
</blockquote><div>--------------------------------------------------------------------------------------------------------<br>
even this is givin the same error...<br>
<br>
<span style="font-weight: bold;">PHP Warning:&nbsp; Unknown(): Unable
to load dynamic library '/usr/lib/php4/20050606/xapian.so' -
/usr/lib/php4/20050606/xapian.so: undefined symbol: tclStubsPtr in
Unknown on line 0<br>
<br>
</span>wat is this <span style="font-weight: bold;">tclStubsPtr</span> thing?<br>
-------------------------------------------------------------------------------------------------------</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As an example, see &quot;smoketest.php&quot; which uses dl() and is run under<br>a custom php.ini which doesn't load any extensions.<br><br>&gt; On Wed, 2006-03-15 at 14:40 +0530, durga bidaye wrote:<br>&gt; &gt; I have installed php bindings and '
xapian.so' is present in<br>&gt; &gt; folder /usr/lib/php4/20050606/( the one wich apache looks fr in order<br>&gt; &gt; to load dynamic libraries) but inspite of that, when i try to execute<br>&gt; &gt; the pgm &quot;simplesearch.php
&quot; i get the following errors:<br>&gt; &gt;<br>&gt; &gt; PHP Warning:&nbsp;&nbsp;Unknown(): Unable to load dynamic library<br>&gt; &gt; '/usr/lib/php/20050606/xapian.so' - /usr/lib/php/20050606/xapian.so:<br>&gt; &gt; cannot open shared object file: No such file or directory in Unknown
<br>&gt; &gt; on line 0<br><br>I notice that the error says &quot;/usr/lib/php/&quot; whereas you say that<br>xapian.so is installed in &quot;/usr/lib/php4/&quot;.&nbsp;&nbsp;Was that a typo?&nbsp;&nbsp;If not<br>that's probably why it can't be found!
<br>----------------------typo again-------------------------------<br>What does this report:<br><br>php-config --extension-dir<br>-----------------------------------------------------------------------------------------------------
</blockquote><div><br>
this command doesnt work on my sys..does not mean my version of php is too old fr php bindings?? <br>
</div>----------------------------------------------------------------------------------------------------------<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; &gt; Fatal error: Call to undefined function:&nbsp;&nbsp;new_database()<br>&gt; &gt; in /home/jana/final_search1/simplesearch.php on line 30<br>&gt; &gt;<br>&gt; &gt; In php.ini i have set the correct path fr dynamic <a href="http://libraries.bt">
libraries.bt</a> still i<br>&gt; &gt; m gettin the error.<br><br>If you've set a different path in php.ini, you'll need to move xapian.so<br>since it will be installed where php-config says, which is hardcoded<br>into the php-config script (at least it is for PHP 
4.1.2).<br><br>&gt; &gt; also&nbsp;&nbsp;am i gettin the error &quot;undefined function<br>&gt; &gt; new_database&quot; just&nbsp;&nbsp;becoz the dynamic library is not gettin<br>&gt; &gt; loaded...<br><br>Yes.<br><br>Cheers,<br>&nbsp;&nbsp;&nbsp;&nbsp;Olly<br>
</blockquote></div><br>
<br>
<br>
-----------------------------------------------------------------------------------------<br>
<br>
this is it....so wat exactly is goin wrng?<br>
<br>
<a href="mailto:doubtfire40008@gmail.com">doubtfire40008@gmail.com</a><br>