Thread: N9 - Apache+php
View Single Post
Posts: 1,298 | Thanked: 4,322 times | Joined on Oct 2014
#12
Originally Posted by zxcvbnm3230 View Post
When I'm trying to install pcre_8.33-1_armel.deb (kernel+), I get this error:
~ # AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i pcre_8.33-1_armel.deb
(Reading database ... 49672 files and directories currently installed.)
Unpacking pcre (from pcre_8.33-1_armel.deb) ...
dpkg: error processing pcre_8.33-1_armel.deb (--install):
trying to overwrite '/usr/share/man/man1/pcretest.1.gz', which is also in package libpcre3 8.12-3maemo1+0m6
dpkg-deb (subprocess): data: internal gzip write error: Broken pipe
dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe
dpkg-deb: subprocess <decompress> returned error exit status 2
Errors were encountered while processing:
pcre_8.33-1_armel.deb
aegis-NOT-installing pcre (from 'com.nokia.maemo')

If there is somebody alive around here, I would appreciate help =)
Sorry for this inconvenience, its a mistake in the deb package, and unfortunately I no longer have the SDK for Harmattan.
You can install it by forcing install (it doesnt break anything)


Code:
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i --force-all pcre_8.33-1_armel.deb
 

The Following 2 Users Say Thank You to nieldk For This Useful Post: