1189b
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello
Sory for my english but, I've question about install eio package for php in Freebsd. Anybody use this under FreeBSD ? |
|
#2
|
|||
|
|||
|
Quote:
I guess you can't install it because of the following part in package.xml: Code:
<os> <name>UNIX</name> </os> |
|
#3
|
|||
|
|||
|
Hi
Exactly I've this bug : Code:
/tmp/pear/temp/eio/php_eio.c:36:25: error: sys/eventfd.h: No such file or directory /tmp/pear/temp/eio/php_eio.c:44:26: error: linux/falloc.h: No such file or directory /tmp/pear/temp/eio/php_eio.c: In function 'zm_startup_eio': /tmp/pear/temp/eio/php_eio.c:930: error: 'FALLOC_FL_KEEP_SIZE' undeclared (first use in this function) /tmp/pear/temp/eio/php_eio.c:930: error: (Each undeclared identifier is reported only once /tmp/pear/temp/eio/php_eio.c:930: error: for each function it appears in.) *** Error code 1 Stop in /tmp/pear/temp/pear-build-root8Iw7tO/eio-1.1.0. ERROR: `make' failed And my question is if someone has installed this extension for php in FreeBSD |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Thanks, very much.
I need this package for testing phpd ..
|
|
#6
|
|||
|
|||
|
Here is a development version which should work on FreeBSD 9.0 stable or older:
https://svn.php.net/repository/pecl/...nches/dev-pipe However, the latest 9.1 pre-release is buggy. pthread_create() stalls. I've reported it to the FreeBSD devs on #bsddev @ EFNet IRC. Currently have no time to debug FreeBSD Hope they will fix it soon.Good luck. |
|
#7
|
|||
|
|||
|
To install it run the following
Code:
svn co https://svn.php.net/repository/pecl/eio/branches/dev-pipe cd dev-pipe sudo pecl install ./package.xml |
|
#8
|
|||
|
|||
|
Very thanks for work.
I tested under FreeBSD 7.4/8.2, and work properly. I hope so this package will be in ports of bsd. Best regards. |
|
#9
|
|||
|
|||
|
Quote:
You can always pull fresh package with Code:
# pecl install eio Code:
# pecl upgrade |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to resume installation of a package, after fixing error from dependent package | Vitamin | Installation and Maintenance of FreeBSD Ports or Packages | 4 | January 26th, 2012 09:20 |
| FreeBSD port/package updating | Binarko | Installation and Maintenance of FreeBSD Ports or Packages | 9 | March 21st, 2011 16:57 |
| error in freebsd package | gadz30795 | Installation and Maintenance of FreeBSD Ports or Packages | 3 | May 20th, 2010 07:15 |
| [Solved] How to create new package/ISO for FreeBSD | alie | General | 1 | July 16th, 2009 13:33 |
| Gnome 2.24 package on FreeBSD 7 STABLE | rterlaare | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 26th, 2009 12:03 |