[postgis-tickets] [PostGIS] #3381: Can't load postgis - 'unknown error 193'

PostGIS trac at osgeo.org
Sat Nov 28 08:09:00 PST 2015


#3381: Can't load postgis - 'unknown error 193'
------------------------------------+---------------------------
  Reporter:  kylotan                |      Owner:  robe
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:  PostGIS 2.2.1
 Component:  build/upgrade/install  |    Version:  2.2.x
Resolution:  worksforme             |   Keywords:  windows
------------------------------------+---------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Great so not an issue with the installer. What a relief.  Though I still
 would like to prevent such a thing from happening at least not to show
 both the 32-bit and 64-bit if you picked the PostgreSQL 64-bit port
 install.  I asked EDB folks about this a while back they said technically
 since a 32-bit software can be installed on a 64-bit OS, the way the
 application builder works, it has to show both as options. So people who
 are only on 32-bit only ever see the 32-bit option (but sadly 64-bit
 people see both regardless which version of PostgreSQL they picked). :)

 For future I may minimize this by just always overwriting the
 libxml2-2.dll for 64-bit install.  As I recall, I think it might only be
 for the 32-bit where they sometimes package libxml2-2.dll and sometimes
 they don't.  The main reason I don't overwrite is if they do have a
 liblxml2-2.dll, means they are linking with that name and their libxml
 version has more stuff compiled in than what I bother with including with
 PostGIS, so PostGIS will work with their version, but their version may
 not work with what I ship.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3381#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list