You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by rahed <ra...@gmail.com> on 2007/04/17 10:04:05 UTC

[users@httpd] cannot start apache2 on Solaris

Hello,

I installed apache 2.2.0 on Solaris 8 from sunfreeware.

When I start apache it complains: cannot find libsqlite.so.0, so I made
a link to libsqlite3.so.0.8.6 and now there is a mesage

relocation error: file /usr/local/apr/lib/libaprutil-1.so.0: symbol
sqlite_freemem: referenced symbol not found

I have the latest sqlite (3.3.15) but same problem occurred with 3.3.6
from sunfreeware.

I use without any issues the same apache on Solaris 10 but this
package doesn't require an sqlite package.

Could someone help?

-- 
Radek


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: cannot start apache2 on Solaris

Posted by rahed <ra...@gmail.com>.
Nick Kew <ni...@webthing.com> writes:

> There are two different SQLite drivers: SQLite 2 and 3.
> I suspect the library it's looking for may be SQLite 2.
> Either install it, or use an apr-util package that doesn't link it.
>

In APR-util 1.2.1 changes there's a comment: Add sqlite3 support to APR
DBD, though I am not sure if that addresses this issue.

Where should I find the apr-util package not linking the sqlite? Should
I compile it?

Thanks.

-- 
Radek


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] cannot start apache2 on Solaris

Posted by Nick Kew <ni...@webthing.com>.
On Tue, 17 Apr 2007 10:04:05 +0200
rahed <ra...@gmail.com> wrote:

> Hello,
> 
> I installed apache 2.2.0 on Solaris 8 from sunfreeware.
> 
> When I start apache it complains: cannot find libsqlite.so.0, so I
> made a link to libsqlite3.so.0.8.6 and now there is a mesage
> 
> relocation error: file /usr/local/apr/lib/libaprutil-1.so.0: symbol
> sqlite_freemem: referenced symbol not found
> 
> I have the latest sqlite (3.3.15) but same problem occurred with 3.3.6
> from sunfreeware.
> 
> I use without any issues the same apache on Solaris 10 but this
> package doesn't require an sqlite package.

There are two different SQLite drivers: SQLite 2 and 3.
I suspect the library it's looking for may be SQLite 2.
Either install it, or use an apr-util package that doesn't link it.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org