Note that there are some explanatory texts on larger screens.

plurals
  1. POapt-get install pgadmin fail with libgtk2.0-0 & libwxgtk2.8.0 not configured yet
    primarykey
    data
    text
    <p>-Edit after closing- I try to install ruby 3 to a Server and that kind of work, but when I check out my project and try <code>bundle install</code> I get the error message, that <code>gem pg</code> needs pgadmin, that is why I asked directly for the command. In this case it is related to programming...</p> <p>-- original question <br>I simply try to install pgadmin to an ubuntu machine, but it fails with the following Exception: </p> <pre> apt-get install pgadmin3 </pre> <pre> Reading package lists... Done Building dependency tree Reading state information... Done pgadmin3 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 114 not upgraded. 5 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up shared-mime-info (0.71-1ubuntu2) ... Segmentation fault dpkg: error processing shared-mime-info (--configure): subprocess installed post-installation script returned error exit status 139 dpkg: dependency problems prevent configuration of libgtk2.0-0: libgtk2.0-0 depends on shared-mime-info; however: Package shared-mime-info is not configured yet. dpkg: error processing libgtk2.0-0 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libgtk2.0-bin: libgtk2.0-bin depends on libgtk2.0-0 (>= 2.20.1-0ubuntu2); however: Package libgtk2.0-0 is not configured yet. dpkg: error processing libgtk2.0-bin (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libwxgtk2.8-0: libwxgtk2.8-0 depends on libgtk2.0-0 (>= 2.18.0); however: Package libgtk2.0-0 is not configured yet. dpkg: error processing libwxgtk2.8-0 (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of pNo apport report written because the error message indicates its a followup error from a previous failure. No apport report written because the error message indicates its a followup error from a previous failure. No apport report written because MaxReports is reached already No apport report written because MaxReports is reached already gadmin3: pgadmin3 depends on libwxgtk2.8-0 (>= 2.8.10.1); however: Package libwxgtk2.8-0 is not configured yet. dpkg: error processing pgadmin3 (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: shared-mime-info libgtk2.0-0 libgtk2.0-bin libwxgtk2.8-0 pgadmin3 E: Sub-process /usr/bin/dpkg returned an error code (1) </pre> <p>I tryed alot of different stuff, but nothing helped. Tell me if you need mor information. </p> <p>Is there a way to force dpkg to accept not configured?</p> <p><br/></p> <h2>Update <br/></h2> <p>I tryed <code>update-mime-database /usr/share/mime</code> <br/>and the ouptput can be found here <a href="http://pastebin.com/9CjwLWgP" rel="nofollow">http://pastebin.com/9CjwLWgP</a></p> <p><br/>It looks like a bug without a solution, doesn't it? <br/>When I enter <code>dpkg -l libc6 gdb libxml2</code> <br/>it occours </p> <pre><code>Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ un gdb &lt;none&gt; (no description available) ii libc6 2.11.1-0ubuntu Embedded GNU C Library: Shared libraries ii libxml2 2.7.6.dfsg-1ub GNOME XML library </code></pre> <p><strong>Update 2</strong></p> <p>I installed libxml2.7.7 (see history:)</p> <pre><code>wget ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz tar -xvzf libxml2-2.7.7.tar.gz cd libxml2-2.7.7 ./configure --prefix=/usr/local/libxml2 make sudo make install </code></pre> <p>But I still get an error, see <a href="http://pastebin.com/E8bNdp2G" rel="nofollow">http://pastebin.com/E8bNdp2G</a></p> <p><strong>Update 3</strong> Problem solved! </p> <p>here my last history: </p> <pre><code>wget http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.7.dfsg-4ubuntu0.2_amd64.deb dpkg -i libxml2_2.7.7.dfsg-4ubuntu0.2_amd64.deb apt-get upgrade apt-get install pgadmin3 </code></pre> <p>Now i can use postgresql for my rails application :D</p> <p>Thank you Ariel!!!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload