-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I have been trying to build an rpm on RHEL 3 from the CVS unstable branch of SER, I keep getting the following error
RPM build errors: ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/share/doc/ser/README.pa ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/lib/ser/modules/pa.so am using the spec file in rpm/ directory
rpmbuild -bb ser.spec-4.1
For some odd reason pa.so is never compiled (I did compile it myself by typing make inside its directory) so it can't be found to be installed.
- -- Taymour A El Erian System Division Manager CNA, MCSE, CCNA, LPIC T.E. Data E-mail: taymour.elerian@tedata.net Web: www.tedata.net Tel: +(202)-4166600 Fax: +(202)-4166700 Ext: 1101
Edit the Makefile and remove pa from exclude_modules list and try again. pa wasn't included in previous releases.
Daniel
On 7/12/2004 6:41 PM, Taymour A. El Erian wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I have been trying to build an rpm on RHEL 3 from the CVS unstable branch of SER, I keep getting the following error
RPM build errors: ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/share/doc/ser/README.pa ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/lib/ser/modules/pa.so am using the spec file in rpm/ directory
rpmbuild -bb ser.spec-4.1
For some odd reason pa.so is never compiled (I did compile it myself by typing make inside its directory) so it can't be found to be installed.
Taymour A El Erian System Division Manager CNA, MCSE, CCNA, LPIC T.E. Data E-mail: taymour.elerian@tedata.net Web: www.tedata.net Tel: +(202)-4166600 Fax: +(202)-4166700 Ext: 1101
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with MultiZilla - http://enigmail.mozdev.org
iD8DBQFA8r9MX1dv4NHexooRAiTkAJ9hawbg0WL9yKlr8j118TwOC6KpoACgmcl/ UrJQun1VKxWn8IQ2jma/gyQ= =oPGD -----END PGP SIGNATURE-----
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
pa was not in the list
I had to modify the spec and add this
%build make modules modules="modules/pa" cfg-target=/%{_sysconfdir}/ser/
%install make install-modules modules="modules/pa" \ basedir=$RPM_BUILD_ROOT \ prefix=/usr \ cfg-prefix=$RPM_BUILD_ROOT \ cfg-target=/%{_sysconfdir}/ser/
Daniel-Constantin Mierla wrote:
Edit the Makefile and remove pa from exclude_modules list and try
again. pa wasn't included in previous releases.
Daniel
On 7/12/2004 6:41 PM, Taymour A. El Erian wrote:
I have been trying to build an rpm on RHEL 3 from the CVS unstable branch of SER, I keep getting the following error
RPM build errors: ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/share/doc/ser/README.pa ~ File not found: /var/tmp/ser-0.8.13dev-root/usr/lib/ser/modules/pa.so am using the spec file in rpm/ directory
rpmbuild -bb ser.spec-4.1
For some odd reason pa.so is never compiled (I did compile it myself by typing make inside its directory) so it can't be found to be installed.
-- Taymour A El Erian System Division Manager CNA, MCSE, CCNA, LPIC T.E. Data E-mail: taymour.elerian@tedata.net Web: www.tedata.net Tel: +(202)-4166600 Fax: +(202)-4166700 Ext: 1101
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Taymour A. El Erian wrote:
| pa was not in the list | | I had to modify the spec and add this | | %build | make modules modules="modules/pa" | cfg-target=/%{_sysconfdir}/ser/ | | %install | make install-modules modules="modules/pa" \ | basedir=$RPM_BUILD_ROOT \ | prefix=/usr \ | cfg-prefix=$RPM_BUILD_ROOT \ | cfg-target=/%{_sysconfdir}/ser/ | Now I got another problem, the spec seems that it need to be fixed, the modules compiled doesn't work giving error or unresolved symbol (dbf) while if compiled with just make it works.
| | Daniel-Constantin Mierla wrote: | | > Edit the Makefile and remove pa from exclude_modules list and try | again. pa wasn't included in previous releases. | > | > Daniel | > | > On 7/12/2004 6:41 PM, Taymour A. El Erian wrote: | > | |> I have been trying to build an rpm on RHEL 3 from the CVS unstable |> branch of SER, I keep getting the following error |> |> RPM build errors: |> ~ File not found: |> /var/tmp/ser-0.8.13dev-root/usr/share/doc/ser/README.pa |> ~ File not found: |> /var/tmp/ser-0.8.13dev-root/usr/lib/ser/modules/pa.so |> am using the spec file in rpm/ directory |> |> rpmbuild -bb ser.spec-4.1 |> |> For some odd reason pa.so is never compiled (I did compile it myself |> by typing make inside its directory) so it can't be found to be |> installed. |> |> -- |> Taymour A El Erian |> System Division Manager |> CNA, MCSE, CCNA, LPIC |> T.E. Data |> E-mail: taymour.elerian@tedata.net |> Web: www.tedata.net |> Tel: +(202)-4166600 |> Fax: +(202)-4166700 |> Ext: 1101 |> | >> | _______________________________________________ | Serusers mailing list | serusers@lists.iptel.org | http://lists.iptel.org/mailman/listinfo/serusers | >> |
- -- Taymour A El Erian System Division Manager CNA, MCSE, CCNA, LPIC T.E. Data E-mail: taymour.elerian@tedata.net Web: www.tedata.net Tel: +(202)-4166600 Fax: +(202)-4166700 Ext: 1101