RE: [sqlite] FreeBSD and SQLite

2004-04-15 Thread Jaroslaw Nozderko
Hi Al,

 could you please provide more information ?
(FreeBSD version, SQLite version, what are the
problems, etc.).

First of all, is it FreeBSD 4.x or 5.x ?
Usually 4.x is used for production purposes,
I didn't try it.

However, I don't remember serious problems with 
several recent versions of SQLite (perhaps not the latest
one) on FreeBSD 5.1 and 5.2. 

Regards,
Jarek

Jaroslaw Nozderko
GSM +48 601131870 / Kapsch (22) 6075013
[EMAIL PROTECTED]
IT/CCBS/RS - Analyst Programmer


> -Original Message-
> From: Al Rider [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 14, 2004 6:37 PM
> To: D. Richard Hipp
> Cc: [EMAIL PROTECTED]
> Subject: [sqlite] FreeBSD and SQLite
>
>
> I do website design for clubs, etc., with a lot of custom, CM
> php scripts.
> SQLite is ideally suited for many of my scripts; but,
> unfortunately one of
> the sites is hosted on a FreeBSD based server.  Most of my designs are
> Linux; but, I want to keep the designs portable.
>
> I tried to compile and install SQLite without any success.
>
> I posted a ticket about the problem and you relied FreeBSD was not a
> supported platform.
>
> Because of the obvious advantages for my applications, I'd
> really like to
> start using SQLite.
>
> Plus, I'm looking forward to php 5.  If SQLite is not
> supported on FreeBSD
> machines does that mean it won't be compiled into php 5 on them?
>
> Is there anyone successfully running SQLite on a FreeBSD
> machine?  If so,
> would you email me and give me some help with it.
>
> Thanks...
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [sqlite] FreeBSD and SQLite

2004-04-14 Thread Greg Miller
Al Rider wrote:

Is there anyone successfully running SQLite on a FreeBSD machine?  If so,
would you email me and give me some help with it.
I've never used it on anything else. The instructions assume that make 
is actually GNU make, which is almost certainly not the case on a 
non-Linux machine. If you substitute "gmake" for "make" in the 
instructions, it should build fine as long as GNU make is installed.

Alternatively, you can build it from the databases/sqlite port by 
changing to the appropriate directory (/usr/ports/databases/sqlite) and 
typing "make install"

If you continue to have problems, I'd be glad to help. Need more 
details, though.
--
http://www.classic-games.com/ http://www.indie-games.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[sqlite] FreeBSD and SQLite

2004-04-14 Thread Markus Hoenicka
Al Rider writes:
 > 
 > I tried to compile and install SQLite without any success.
 > 

You might want to be a tad more specific at this point. What kind of
error messages did you get?

 > Is there anyone successfully running SQLite on a FreeBSD machine?  If so,
 > would you email me and give me some help with it.
 > 

I've been compiling SQLite on FreeBSD since 2.7.x without any
problems. I'm currently running 2.8.11 (due to some lazyness), but I
assume 2.8.13 would compile just as well. If the port/package (as
mentioned by Stephane) doesn't help, feel free to drop me a line to
sort this out.

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [sqlite] FreeBSD and SQLite

2004-04-14 Thread Stephane Legrand
On Wed, Apr 14, 2004 at 12:36:53PM -0400, Al Rider wrote:
> I do website design for clubs, etc., with a lot of custom, CM php scripts.
> SQLite is ideally suited for many of my scripts; but, unfortunately one of
> the sites is hosted on a FreeBSD based server.  Most of my designs are
> Linux; but, I want to keep the designs portable.
> 
> I tried to compile and install SQLite without any success.
> 
> I posted a ticket about the problem and you relied FreeBSD was not a
> supported platform.
> 
> Because of the obvious advantages for my applications, I'd really like to
> start using SQLite.
> 
> Plus, I'm looking forward to php 5.  If SQLite is not supported on FreeBSD
> machines does that mean it won't be compiled into php 5 on them?
> 
> Is there anyone successfully running SQLite on a FreeBSD machine?  If so,
> would you email me and give me some help with it.
> 

SQLite is available in the FreeBSD ports tree:
 http://www.freshports.org/databases/sqlite/
  
A pre-compiled version (ie a package) is available at:
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/databases/sqlite-2.8.13_1.tgz


Regards,
Stephane.

-- 
Je recherche un emploi de développeur/admin. sys.
 (FreeBSD,Linux,PHP,Perl,MySQL,OCaml,Tcl/Tk...)
  ==> www.freebsd-fr.org/~stephane/cv.pdf <==

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [sqlite] FreeBSD and SQLite

2004-04-14 Thread Louis P. Santillan
Just because FreeBSD is not an officially supported
platform doesn't mean can't or won't be supported.  It
just means there have been few who have tried to
compile/test/run SQLite on FreeBSD to say that it
works/compiles/etc.  FWIW, I've played a bit with
SQLite on MacOSX on G3s, G4s, G5s (which I'm sure you
know is *BSD based) so getting it compile shouldn't be
too much of an exercise.  Also, a older version should
be available in the ports collection.  Try that.

Louis


--- Al Rider <[EMAIL PROTECTED]> wrote:
> I do website design for clubs, etc., with a lot of
> custom, CM php scripts.
> SQLite is ideally suited for many of my scripts;
> but, unfortunately one of
> the sites is hosted on a FreeBSD based server.  Most
> of my designs are
> Linux; but, I want to keep the designs portable.
> 
> I tried to compile and install SQLite without any
> success.
> 
> I posted a ticket about the problem and you relied
> FreeBSD was not a
> supported platform.
> 
> Because of the obvious advantages for my
> applications, I'd really like to
> start using SQLite.
> 
> Plus, I'm looking forward to php 5.  If SQLite is
> not supported on FreeBSD
> machines does that mean it won't be compiled into
> php 5 on them?
> 
> Is there anyone successfully running SQLite on a
> FreeBSD machine?  If so,
> would you email me and give me some help with it.
> 
> Thanks...
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 





__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sqlite] FreeBSD and SQLite

2004-04-14 Thread Al Rider
I do website design for clubs, etc., with a lot of custom, CM php scripts.
SQLite is ideally suited for many of my scripts; but, unfortunately one of
the sites is hosted on a FreeBSD based server.  Most of my designs are
Linux; but, I want to keep the designs portable.

I tried to compile and install SQLite without any success.

I posted a ticket about the problem and you relied FreeBSD was not a
supported platform.

Because of the obvious advantages for my applications, I'd really like to
start using SQLite.

Plus, I'm looking forward to php 5.  If SQLite is not supported on FreeBSD
machines does that mean it won't be compiled into php 5 on them?

Is there anyone successfully running SQLite on a FreeBSD machine?  If so,
would you email me and give me some help with it.

Thanks...



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]