Build php-5.3.x.u-interbase?
Hi.
Is the first time I use isu repo, had give what I need thanks.
But exist a php module that I would like to build, is php-interbase.
I follow the doc about how to re-buildm my own rpm, I'm not a programmer but what I understand is that if I want to enable interbase, I need to open php53u.specs and change this:
%define _with_interbase 1
to
%define _with_interbase 1
save the file and start the process right?
mock from epel didn't work, I search around the globe and on redhat list they had a issue like mine, the issue was that the version from epel wasn't enable for centos 5.6/7 someone there build a fix and is the mock version I'm using, the issue was selinux(I had disable on my rpm machine but still give me issues).
mock-1.
Is working, I tested didn't do any changes to php and the build process finish good.
My local belong to the mock group.
Now once I enable interbase, I got this error:
Build complete.
This is at the begging of file:
Mock Version: 1.1.14
ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/
Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/
sh: lsb_release: command not found
sh: lsb_release: command not found
cat: /usr/include/
sh: lsb_release: command not found
...them at the end
Don't forget to run 'make test'.
+ --with-
/var/tmp/
error: Bad exit status from /var/tmp/
RPM build errors:
Bad exit status from /var/tmp/
Child returncode was: 1
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/
Traceback (most recent call last):
File "/usr/lib/
result = func(*args, **kw)
File "/usr/lib/
raise mockbuild.
Error: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/
LEAVE do --> EXCEPTION RAISED
I check my rpm machine:
yum list installed | grep firebird
firebird-devel.i386 2.1.4.18393.0-1.el5 installed
firebird-
firebird-
firebird-
firebird-
yum list installed | grep http
httpd.x86_64 2.2.3-53.
httpd-devel.i386 2.2.3-53.
httpd-devel.x86_64
yum list installed | grep lsb
redhat-lsb.i386 4.0-2.1.4.el5 installed
redhat-lsb.x86_64
[test@rpmbuild firebird]$ pwd
/usr/lib/firebird
ls -l include/ ls -l lib/
include/:
total 0
lrwxrwxrwx 1 root root 29 Sep 29 21:39 ibase.h -> /usr/include/
lrwxrwxrwx 1 root root 31 Sep 29 21:39 iberror.h -> /usr/include/
lrwxrwxrwx 1 root root 31 Sep 29 21:39 ib_util.h -> /usr/include/
lrwxrwxrwx 1 root root 28 Sep 29 21:39 perf.h -> /usr/include/
lib/:
total 4
lrwxrwxrwx 1 root root 46 Sep 29 21:39 libfbclient.so -> /usr/lib/
lrwxrwxrwx 1 root root 45 Sep 29 21:39 libfbembed.so -> /usr/lib/
-rw-r--r-- 1 root root 2596 Mar 16 2011 libib_util.so
What I miss?
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Peter for more information if necessary.