i make the rpm -bb /usr/src/redhat/SPECS/apache-midgard-1.2.5.spec
and after a good time of processing I get this:
++ pwd
+ --disable-shared --prefix=/usr/src/redhat/BUILD/apache-midgard-1.2.5/midgard-l
ib-1.2.5
/var/tmp/rpm-tmp.74595: --disable-shared: command not found
Bad exit status from /var/tmp/rpm-tmp.74595 (%build)
What should i do
Emile Heyns wrote:
> David Moreno schreef:
>
> > this must be the 135 line?
> >
> > OPTIM=CFLAGS=-DMGD_MYSQL_HOST="my_database_server" "$RPM_OPT_FLAGS"
> > LDFLAGS="$MYSQLLIBS -lcrypt" ./configure --enable-shared=no --disable-shared
> > --prefix=`pwd`
>
> Close:
>
> CFLAGS=-DMGD_MYSQL_HOST="my_database_server" OPTIM="$RPM_OPT_FLAGS"
> LDFLAGS="$MYSQLLIBS -lcrypt" ./configure --enable-shared=no
> --disable-shared --prefix=`pwd`
>
> Emile
>
> --
> This is The Midgard Project's mailing list. For more information,
> please visit the project's web site at http://www.midgard-project.org
>
> To unsubscribe the list, send an empty email message to address
> [EMAIL PROTECTED]
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]