Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: users

problems installing :'(

 

 

Cherokee users RSS feed   Index | Next | Previous | View Threaded


eykraus at gmail

Apr 27, 2008, 8:11 AM

Post #1 of 5 (365 views)
Permalink
problems installing :'(

Well 2 ppl have a problem installing cherokee. I'll tell my situation, I
have a Mac os X.
And i can do ./configure
but get errors doin make and ofcource make install.
i dunno if this matters but i am running another temp server. But i get the
error with and without the other server being on.

gcc: -E, -S, -save-temps and -M options are not allowed with multiple -arch
flags
make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

theres the error. hope someone can figure it out.. the top line is what was
last shown.



--
Ed Kraus


alvaro at sun

Apr 27, 2008, 8:51 AM

Post #2 of 5 (353 views)
Permalink
Re: problems installing :'( [In reply to]

On 27 Apr 2008, at 17:11, Ed Kraus wrote:

> Well 2 ppl have a problem installing cherokee. I'll tell my
> situation, I have a Mac os X.
> And i can do ./configure
> but get errors doin make and ofcource make install.
> i dunno if this matters but i am running another temp server. But i
> get the error with and without the other server being on.
>
> gcc: -E, -S, -save-temps and -M options are not allowed with
> multiple -arch flags
> make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> theres the error. hope someone can figure it out.. the top line is
> what was last shown.

It isn't like you gave me many clues, but it looks like something is
wrong with your mysql set up, or at least it is giving a wrong set of
compiler parameters to the Cherokee installation.

Try to do this on the top cherokee source directory. What does it
report?

$ grep MYSQL Makefile

Another thing you could test is to add the --with-mysql=no to the ./
configure invocation.

--
Greetings, alo.

_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


eykraus at gmail

Apr 27, 2008, 10:36 AM

Post #3 of 5 (350 views)
Permalink
Re: problems installing :'( [In reply to]

I use xampp. so mysql is fine. would u like all of the stuff that I
ALSO i have mac os x server 10.4.11 if that matters.... dout it...
get when doing the commands. Clues? LOL mmmm k. I ah have xcode installed.
i first loggged in as ROot doing SUdo su.
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
--with-wwwroot=/var/www
thats the command i used. to configure it.
The config.txt is a log of what i see when configuring lol
and ofcource make.txt is what happends when making.
i dout u'll need make install's because it wont matter much.... it
shows same issue.

and now i got it 2 mostly install..... but it gives me 503 error for logging
in at localhost:9090
it doesnt work at all with a domain...

The --mysql=no works mostly... i see some errors still heres 2 logs of what
it shows with the --mysql=no line OUT


On Sun, Apr 27, 2008 at 10:51 AM, Alvaro Lopez Ortega <alvaro[at]sun.com>
wrote:

> On 27 Apr 2008, at 17:11, Ed Kraus wrote:
>
> Well 2 ppl have a problem installing cherokee. I'll tell my situation, I
> > have a Mac os X.
> > And i can do ./configure
> > but get errors doin make and ofcource make install.
> > i dunno if this matters but i am running another temp server. But i get
> > the error with and without the other server being on.
> >
> > gcc: -E, -S, -save-temps and -M options are not allowed with multiple
> > -arch flags
> > make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> >
> > theres the error. hope someone can figure it out.. the top line is what
> > was last shown.
> >
>
> It isn't like you gave me many clues, but it looks like something is wrong
> with your mysql set up, or at least it is giving a wrong set of compiler
> parameters to the Cherokee installation.
>
> Try to do this on the top cherokee source directory. What does it report?
>
> $ grep MYSQL Makefile
>
> Another thing you could test is to add the --with-mysql=no to the
> ./configure invocation.
>
> --
> Greetings, alo.
>
>


--
Ed Kraus
Attachments: configuring.txt (18.9 KB)
  make.txt (13.7 KB)


alvaro at sun

Apr 27, 2008, 11:36 AM

Post #4 of 5 (349 views)
Permalink
Re: problems installing :'( [In reply to]

On 27 Apr 2008, at 19:36, Ed Kraus wrote:

> I use xampp. so mysql is fine.

Well, that doesn't ensure a thing; there is not even a single bug-free-
proof program :-) (or software bundle as in this case).

> would u like all of the stuff that I
> ALSO i have mac os x server 10.4.11 if that matters.... dout it...
> get when doing the commands. Clues? LOL mmmm k. I ah have xcode
> installed.
> i first loggged in as ROot doing SUdo su.
> ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
> --with-wwwroot=/var/www
> thats the command i used. to configure it.

Check out what the output of this comments is:

/usr/bin/mysql_config --cflags
/usr/bin/mysql_config --libs

Those might be commands that are introducing invalid compiler options.

> The config.txt is a log of what i see when configuring lol
> and ofcource make.txt is what happends when making.
> i dout u'll need make install's because it wont matter much.... it
> shows same issue.
>
> and now i got it 2 mostly install..... but it gives me 503 error for
> logging in at localhost:9090
> it doesnt work at all with a domain...

You have confused me with this. Does that mean that you did manage to
compile it? If so, you will need install it, otherwise cherokee-admin
will not work.

> The --mysql=no works mostly... i see some errors still heres 2 logs
> of what it shows with the --mysql=no line OUT
>
>
> On Sun, Apr 27, 2008 at 10:51 AM, Alvaro Lopez Ortega
> <alvaro[at]sun.com> wrote:
> On 27 Apr 2008, at 17:11, Ed Kraus wrote:
>
> Well 2 ppl have a problem installing cherokee. I'll tell my
> situation, I have a Mac os X.
> And i can do ./configure
> but get errors doin make and ofcource make install.
> i dunno if this matters but i am running another temp server. But i
> get the error with and without the other server being on.
>
> gcc: -E, -S, -save-temps and -M options are not allowed with
> multiple -arch flags
> make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> theres the error. hope someone can figure it out.. the top line is
> what was last shown.
>
> It isn't like you gave me many clues, but it looks like something is
> wrong with your mysql set up, or at least it is giving a wrong set
> of compiler parameters to the Cherokee installation.
>
> Try to do this on the top cherokee source directory. What does it
> report?
>
> $ grep MYSQL Makefile
>
> Another thing you could test is to add the --with-mysql=no to the ./
> configure invocation.
>
> --
> Greetings, alo.

--
Greetings, alo.

_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


eykraus at gmail

Apr 27, 2008, 12:55 PM

Post #5 of 5 (344 views)
Permalink
Re: problems installing :'( [In reply to]

yea i was able to compile it just fine.... Make and Make install had few
errors but it installed. I did cherokee-admin i believe the command is via
ssh and it worked this time...

So bottom line.. What shal i do? Reinstall?
What commands and all shal i type in when installing?

On Sun, Apr 27, 2008 at 1:36 PM, Alvaro Lopez Ortega <alvaro[at]sun.com> wrote:

> On 27 Apr 2008, at 19:36, Ed Kraus wrote:
>
> I use xampp. so mysql is fine.
> >
>
> Well, that doesn't ensure a thing; there is not even a single
> bug-free-proof program :-) (or software bundle as in this case).
>
> would u like all of the stuff that I
> > ALSO i have mac os x server 10.4.11 if that matters.... dout it...
> > get when doing the commands. Clues? LOL mmmm k. I ah have xcode
> > installed.
> > i first loggged in as ROot doing SUdo su.
> > ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
> > --with-wwwroot=/var/www
> > thats the command i used. to configure it.
> >
>
> Check out what the output of this comments is:
>
> /usr/bin/mysql_config --cflags
> /usr/bin/mysql_config --libs
>
> Those might be commands that are introducing invalid compiler options.
>
> The config.txt is a log of what i see when configuring lol
> > and ofcource make.txt is what happends when making.
> > i dout u'll need make install's because it wont matter much.... it
> > shows same issue.
> >
> > and now i got it 2 mostly install..... but it gives me 503 error for
> > logging in at localhost:9090
> > it doesnt work at all with a domain...
> >
>
> You have confused me with this. Does that mean that you did manage to
> compile it? If so, you will need install it, otherwise cherokee-admin will
> not work.
>
> The --mysql=no works mostly... i see some errors still heres 2 logs of
> > what it shows with the --mysql=no line OUT
> >
> >
> > On Sun, Apr 27, 2008 at 10:51 AM, Alvaro Lopez Ortega <alvaro[at]sun.com>
> > wrote:
> > On 27 Apr 2008, at 17:11, Ed Kraus wrote:
> >
> > Well 2 ppl have a problem installing cherokee. I'll tell my situation, I
> > have a Mac os X.
> > And i can do ./configure
> > but get errors doin make and ofcource make install.
> > i dunno if this matters but i am running another temp server. But i get
> > the error with and without the other server being on.
> >
> > gcc: -E, -S, -save-temps and -M options are not allowed with multiple
> > -arch flags
> > make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> >
> > theres the error. hope someone can figure it out.. the top line is what
> > was last shown.
> >
> > It isn't like you gave me many clues, but it looks like something is
> > wrong with your mysql set up, or at least it is giving a wrong set of
> > compiler parameters to the Cherokee installation.
> >
> > Try to do this on the top cherokee source directory. What does it
> > report?
> >
> > $ grep MYSQL Makefile
> >
> > Another thing you could test is to add the --with-mysql=no to the
> > ./configure invocation.
> >
> > --
> > Greetings, alo.
> >
>
> --
> Greetings, alo.
>
>


--
Ed Kraus

Cherokee users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.