Yet Another required package I did not realize I needed: bison Installing that and RPMBUILD recreates all of the RPMs. Now I can try modifying a copy of .specs to add --with-openssl Thanks for your help.
/Thomas Kern /301-903-2211 (O) /301-905-6427 (M) >From: David Boyes <[email protected]> >Subject: Re: Recompiling MySQL > >On 1/29/09 10:19 AM, "Kern, Thomas" <[email protected]> wrote: > >> make[2]: Entering directory `/usr/src/packages/BUILD/mysql-5.0.26/sql' >> d --debug --verbose sql_yacc.yy >> make[2]: d: Command not found > >Looks like some Solaris dtrace stuff has slipped into the build. You can >comment out the line in the makefile that runs this. > >Cd to the directory listed, and do a 'make -n'. That will tell you what >commands it wants to execute. Then try doing them one by one. > > >> make[2]: [sql_yacc.cc] Error 127 (ignored) > >Do you have bison installed? You need a yacc clone (or real yacc) to process >the yacc grammar that you'll end up compiling later on. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
