From: Peng Yu on
I compiled python2.6.4 from source. But I can't find _sqlite3.so in
the install directory. I thought that _sqlite3.so should be generated
to the install directory.

Would you please let me know how to fix it?

--
Regards,
Peng
From: Aahz on
In article <mailman.323.1274135213.32709.python-list(a)python.org>,
Peng Yu <pengyu.ut(a)gmail.com> wrote:
>
>I compiled python2.6.4 from source. But I can't find _sqlite3.so in
>the install directory. I thought that _sqlite3.so should be generated
>to the install directory.
>
>Would you please let me know how to fix it?

Only if you provide some relevant details. Such as, what OS?

http://www.mikeash.com/getting_answers.html
--
Aahz (aahz(a)pythoncraft.com) <*> http://www.pythoncraft.com/

f u cn rd ths, u cn gt a gd jb n nx prgrmmng.
From: Peng Yu on
On May 17, 6:38 pm, a...(a)pythoncraft.com (Aahz) wrote:
> In article <mailman.323.1274135213.32709.python-l...(a)python.org>,
> Peng Yu  <pengyu...(a)gmail.com> wrote:
>
>
>
> >I compiled python2.6.4 from source. But I can't find _sqlite3.so in
> >the install directory. I thought that _sqlite3.so should be generated
> >to the install directory.
>
> >Would you please let me know how to fix it?
>
> Only if you provide some relevant details.  Such as, what OS?
>
> http://www.mikeash.com/getting_answers.html

ubuntu.
From: Kushal Kumaran on
On Tue, May 18, 2010 at 5:38 AM, Peng Yu <pengyu.ut(a)gmail.com> wrote:
> On May 17, 6:38 pm, a...(a)pythoncraft.com (Aahz) wrote:
>> In article <mailman.323.1274135213.32709.python-l...(a)python.org>,
>> Peng Yu  <pengyu...(a)gmail.com> wrote:
>>
>>
>>
>> >I compiled python2.6.4 from source. But I can't find _sqlite3.so in
>> >the install directory. I thought that _sqlite3.so should be generated
>> >to the install directory.
>>
>> >Would you please let me know how to fix it?
>>
>> Only if you provide some relevant details.  Such as, what OS?
>>
>> http://www.mikeash.com/getting_answers.html
>
> ubuntu.

Did the build process give a message at the end listing out the
modules it couldn't build? Was _sqlite3 in that list?

Do you have the sqlite3 dev package installed? With ubuntu, that's
the libsqlite3-dev package.

--
regards,
kushal