php firebird extension

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Firebird (SQL relational database management system) will be soon
packaged for Fedora
I wanted to see if it is possible to add firebird exension to PHP
The Mandriva package for this only do the following :
%global modname firebird
%global dirname interbase
%global soname interbase.so
%global inifile 42_%{modname}.ini

Summary:	Firebird database module for PHP
Name:		php-%{modname}
Version:	5.2.6
Release:	0%{?dist}
Group:		Development/Libraries
URL:		http://www.php.net
License:	PHP License
Source0:	%{modname}.ini
BuildRequires:	php-devel >= 5.2.0
BuildRequires:	firebird-devel
Provides:	php-interbase = %{version}-%{release}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This is a dynamic shared object (DSO) for PHP that will add Firebird
database support.

%prep

%setup -c -T
cp -dpR %{_usrsrc}/php-devel/extensions/%{dirname}/* .

%build
%serverbuild

phpize
%configure2_5x \
	--with-libdir=%{_lib} \
	--with-interbase=%{_libdir}/firebird

but with Fedora it fails, it seems that php-devel don't have all PHP sources
and cp -dpR %{_usrsrc}/php-devel/extensions/%{dirname}/* .
don't work

--
Fedora-packaging mailing list
Fedora-packaging@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-packaging

[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Forum]     [KDE Users]

  Powered by Linux